-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"author": {
"name": "Soares Chen",
"email": "[email protected]",
"url": "http://soareschen.com"
},
"name": "quiver-component",
"desription": "Component system to allow creation of complex interconnected components",
"version": "3.0.0",
"homepage": "https://github.com/quiverjs/quiver-component",
"repository": {
"url": "[email protected]:quiverjs/quiver-component.git"
},
"dependencies": {
"quiver-http": "~1.4.1",
"quiver-error": "~1.2.1",
"quiver-object": "~1.4.3",
"quiver-promise": "~1.2.1",
"quiver-stream-util": "~1.4.2",
"quiver-simple-handler": "~1.4.1"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"babel": "^5.4.7",
"chai-as-promised": "^4.3.0"
},
"bugs": {
"url": "https://github.com/quiverjs/quiver-component/issues",
"email": "[email protected]"
},
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/quiverjs/license/master/LICENSE"
},
"main": "./index.js",
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"engines": {
"iojs": "^2.2.0"
}
}