-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 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
{
"name": "essential-web-app-starter-kit",
"version": "1.0.0",
"description": "Essential starter kit for web application.",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexCasa/essential-web-app-starter-kit"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Casagrande",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"cssnano": "^3.7.3",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}