-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 914 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
{
"name": "spectral",
"version": "0.0.1",
"devDependencies": {
"autoprefixer": "^6.3.7",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^2.0.11",
"gulp-if": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-posthtml": "^1.5.2",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.4.0",
"posthtml-bem": "^0.2.2"
},
"scripts": {
"serve": "NODE_ENV=development ./node_modules/.bin/gulp",
"build": "NODE_ENV=production ./node_modules/.bin/gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/students-org/spectral.git"
},
"bugs": {
"url": "https://github.com/students-org/spectral/issues"
},
"homepage": "https://github.com/students-org/spectral#readme"
}