-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
45
{
"name": "clever-controller",
"description": "Lightning-fast flexible controller prototype",
"version": "1.2.2",
"main": "controller.js",
"repository": {
"type": "git",
"url": "http://github.com/CleverStack/clever-controller.git"
},
"bugs": {
"url": "https://github.com/CleverStack/clever-controller/issues"
},
"author": {
"name": "CleverStack",
"email": "admin@cleverstack.io",
"web": "http://cleverstack.io"
},
"collaborators": [
"Richard Gustin <richard.gustin86@gmail.com>"
],
"keywords": [
"controller",
"cleverstack",
"express",
"restify",
"routing",
"api",
"actions",
"resource"
],
"license": "BSD-2-Clause",
"dependencies": {
"uberclass": "",
"i": "^0.3.2",
"debug": "^2.1.1"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "*"
},
"scripts": {
"test": "mocha --require should --reporter spec"
}
}