-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 950 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
36
37
38
39
40
{
"author": "Sebastian Prein <[email protected]>",
"description": "Fast, light and modern web boilerplate.",
"keywords": [
"fast",
"light",
"modern"
],
"license": "MIT",
"name": "web-boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/mzdr/web-boilerplate.git"
},
"version": "1.0.0",
"dependencies": {
"normalize.scss": "^0.1.0",
"picturefill": "^3.0.1"
},
"devDependencies": {
"async": "^1.5.2",
"autoprefixer": "^6.2.3",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"chalk": "^1.1.1",
"chokidar": "^1.4.2",
"eslint": "^1.10.3",
"fs-extra": "^0.26.4",
"glob": "^6.0.4",
"imagemin": "^4.0.0",
"node-notifier": "^4.4.0",
"node-sass": "^3.4.2",
"postcss": "^5.0.14",
"replace": "^0.3.0",
"svg-sprite": "^1.2.19",
"uglify-js": "^2.6.1"
}
}