-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 924 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
{
"author": "Alexander Tarmolov <tarmolov@gmail.com>",
"description": "Simple calendar using BEM methodology",
"name": "bem-calendar",
"version": "0.0.1",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"bem-core": "git://github.com/bem/bem-core.git#v1.0.0",
"bem-aib": "git://github.com/tarmolov/bem-aib.git",
"bh": "0.1.19",
"ym": "0.0.9"
},
"devDependencies": {
"chai": "1.7.2",
"csscomb": "0.0.10",
"enb": "0.8.32",
"enb-modules": "0.0.14",
"git-hooks": "0.0.3",
"jshint": "2.1.4",
"jshint-groups": "0.5.1",
"jscs": "1.0.5",
"mocha": "1.12.0",
"mocha-phantomjs": "3.1.2",
"phantomjs": "1.9.1-8",
"sinon": "1.7.3",
"yslowjs": "0.3.0"
},
"scripts": {
"pretest": "make yslow",
"test": "make validate test"
}
}