-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "css_slide",
"version": "1.0.0",
"description": "mail template for App Ape",
"main": "src/index.pug",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denari/css_slide"
},
"author": "denari01",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/denari/css_slide/issues"
},
"homepage": "https://github.com/denari/css_slide#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"bootstrap-sass": "^3.3.6",
"compass-importer": "^0.3.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-inline-css": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.3",
"gulp-sass": "^2.3.2",
"gulp-webserver": "^0.9.1",
"jquery": "^2.2.4",
"marked": "^0.3.5",
"pug": "^2.0.0-beta3"
}
}