-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 983 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
36
37
38
39
40
41
42
43
44
{
"name": "coolie-html-attr-resource",
"version": "0.1.0",
"description": "coolie-cli middleware",
"scripts": {
"test": "node node_modules/mocha/bin/mocha -c --recursive --ui bdd test -t 0"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">= 0.10.0",
"iojs": ">= 1.0.0"
},
"main": "index.js",
"keywords": [
"coolie",
"coolie-cli",
"middleware",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/cooliejs/coolie-html-attr-resource",
"repository": {
"type": "git",
"url": "https://github.com/cooliejs/coolie-html-attr-resource"
},
"bugs": {
"url": "https://github.com/cooliejs/coolie-html-attr-resource/issues"
},
"dependencies": {
"ydr-utils": "^40.0.1"
},
"peerDependencies": {},
"devDependencies": {
"mocha": "^2.3.4"
},
"license": "MIT"
}