forked from getbem/getbem.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "getbem.com",
"version": "0.0.0",
"description": "getbem.com site project",
"main": "index.js",
"scripts": {
"test": "mocha -R spec -t 10000"
},
"repository": {
"type": "git",
"url": "git@github.com:matmuchrapna/gulp-bem-stub.git"
},
"keywords": [
"gulp",
"bem"
],
"author": "Vsevolod Strukchinsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatdrop/getbem.com/issues"
},
"homepage": "https://github.com/floatdrop/getbem.com",
"dependencies": {
"bower": "^1.3.9",
"buildbranch": "^0.0.1",
"del": "^0.1.2",
"each-done": "^1.0.0",
"express": "^4.9.8",
"gulp": "^3.8.6",
"gulp-autoprefixer": "^1.0.1",
"gulp-bem": "^1.0.1",
"gulp-bem-pack": "^0.1.1",
"gulp-concat": "^2.4.0",
"gulp-jade": "^0.9.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.0.0",
"jquery": "^2.1.1",
"marked": "^0.3.2"
},
"devDependencies": {
"mocha": "^1.21.5",
"through2": "~0.6.1"
}
}