-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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
{
"author": {
"name": "Soares Chen",
"email": "soares.chen@gmail.com",
"url": "http://soareschen.com"
},
"name": "quiver-command-component",
"desription": "Quiver components that wrap around command line",
"version": "2.0.2",
"homepage": "https://github.com/quiverjs/quiver-command-component",
"repository": {
"url": "git@github.com:quiverjs/quiver-command-component.git"
},
"dependencies": {
"quiver-core": "^2.0.5",
"quiver-stream-util": "^1.5.0",
"temp": "^0.8.3"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"quiver-babel": "^1.0.3",
"tape": "^4.6.0"
},
"bugs": {
"url": "https://github.com/quiverjs/quiver-command-component/issues"
},
"license": "ISC",
"main": "./lib/command-component",
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"engines": {
"node": "^6.3.1"
}
}