-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 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
{
"name": "front-end",
"version": "1.0.0",
"description": "front-end ready site with es6 and scss",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scss",
"es6"
],
"author": "Jack O'Connor",
"license": "ISC",
"devDependencies": {
"autobind-decorator": "^1.3.3",
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-preset-latest": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"cssnano": "^3.7.4",
"eslint": "^3.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
}
}