-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1011 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
41
42
{
"name": "slate",
"version": "2.1.1",
"description": "A handy bit of boilerplate for lean, SASS-powered front-end development.",
"dependencies": {
"normalize.css": "^3.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "git add -A"
},
"keywords": [
"sass",
"front-end",
"boilerplate",
"foundation",
"starter",
"css",
"framework",
"gulp",
"es6"
],
"author": "Tom McCarthy",
"license": "The MIT License (MIT)",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.1",
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0"
}
}