-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 855 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": "apian",
"version": "0.1.4",
"description": "apian",
"main": "index.js",
"preferGlobal": true,
"directories": {
"test": "tests"
},
"bin": {
"apian": "index.js"
},
"scripts": {
"test": "node tests/nodeunit.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nabriski/apian"
},
"keywords": [
"test",
"testing",
"api"
],
"author": "Itamar Nabriski",
"license": "MIT",
"bugs": {
"url": "https://github.com/nabriski/apian/issues"
},
"homepage": "https://github.com/nabriski/apian",
"dependencies": {
"ansi_up": "^1.1.1",
"chai": "^1.9.1",
"colors": "^0.6.2",
"commander": "^2.3.0",
"methods": "^1.1.0",
"superagent": "^0.18.2",
"synchronize": "^0.9.8"
},
"devDependencies": {
"ys": "^0.3.4",
"nodeunit": "^0.9.0"
}
}