-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 923 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
{
"devDependencies": {
"archiver": "^0.14.3",
"del": "^1.1.1",
"glob": "^5.0.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "0.0.10",
"gulp-header": "^1.2.2",
"gulp-jscs": "^1.4.0",
"jscs-bem": "^0.2.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"mocha": "^2.2.4",
"jshint-stylish": "^1.0.1",
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://sameoldmadness.github.io/bem-starter-pack/",
"license": {
"type": "Mozilla Public License 2.0",
"url": "https://github.com/sameoldmadness/bem-starter-pack/blob/master/LICENSE.txt"
},
"name": "bem-starter-pack",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --reporter spec --timeout 5000"
},
"version": "1.0.0"
}