-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.03 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
48
{
"name": "apw",
"version": "0.3.14",
"homepage": "http://github.com/bem/apw",
"author": "Sergey Kryzhanovsky <[email protected]> (http://github.com/afelix)",
"maintainers": [
"Sergey Kryzhanovsky <[email protected]> (http://github.com/afelix)",
"Sergey Belov <[email protected]> (http://github.com/arikon)"
],
"contributors": [
"Sergey Belov <[email protected]> (http://github.com/arikon)"
],
"bugs": {
"url": "http://github.com/bem/apw/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bem/apw.git"
},
"bin": {
"apw": "./bin/apw"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"q": "~0.9.5",
"coa": "~0.4.0",
"inherit": "1",
"node.extend": "1"
},
"devDependencies": {
"istanbul": "~0.1.42",
"mocha-as-promised": "1.4.1",
"mocha-istanbul": "*",
"mocha": "~1.12.0"
},
"optionalDependencies": {},
"scripts": {
"test": "make test",
"coverage": "make coverage"
},
"licenses": [
{
"type": "MIT"
}
]
}