forked from students-org/spectral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 981 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 981 Bytes
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": "spectral",
"version": "0.0.1",
"author": "Artem Verbat",
"homepage": "https://github.com/verbart/spectral#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/verbart/spectral.git"
},
"bugs": {
"url": "https://github.com/verbart/spectral/issues"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/gulp",
"build": "NODE_ENV=production ./node_modules/.bin/gulp build"
},
"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"
},
"dependencies": {
"font-awesome": "^4.7.0"
}
}