-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 834 Bytes
/
package.json
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
{
"name": "fop",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"bootstrap-sass": "^3.3.6",
"browser-sync": "^2.11.1",
"browser-sync-webpack-plugin": "^1.0.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-newer": "^1.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"lodash": "^4.11.1",
"node-sass": "^3.4.2",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"yargs": "^4.6.0"
},
"devDependencies": {
"gulp-sass": "^2.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}