-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 983 Bytes
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
{
"name": "ctrllr",
"version": "0.1.11",
"description": "Node RESTful API testing framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:CtrlLA/ctrllr.git"
},
"author": "CTRLLA",
"license": "ISC",
"bugs": {
"url": "https://github.com/CtrlLA/ctrllr/issues"
},
"homepage": "https://github.com/CtrlLA/ctrllr",
"dependencies": {
"colors": "^1.0.2",
"ctrl-logger": "0.0.0",
"node-uuid": "^1.4.1",
"optimist": "^0.6.1",
"q": "^1.0.1",
"superagent": "^0.20.0",
"superagent-proxy": "^1.0.3",
"uuid": "^2.0.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jasmine-node": "^0.3.1",
"grunt-todos": "^0.3.0",
"load-grunt-tasks": "^3.2.0",
"body-parser": "^1.9.0",
"express": "^4.9.5",
"method-override": "^2.2.0"
}
}