-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 986 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
{
"name": "app-starter-kit",
"version": "1.0.0",
"description": "App Starter Kit is a boilerplate for web development based on ECMAScript 5th Edition.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/priyeshdiukar/app-starter-kit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/priyeshdiukar/app-starter-kit/issues"
},
"homepage": "https://github.com/priyeshdiukar/app-starter-kit#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-uglify": "^2.0.1"
},
"scripts": {
"start-dev": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
}
}