-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "chipojos",
"version": "0.0.1",
"description" : "it's not a wiki, its a workbench",
"homepage" : "https://chipojos.com",
"repository" : { "type" : "git", "url" : "https://github.com/limadelic/chipojos.git" },
"keywords" : ["testing", "atdd", "bdd"],
"author" : "limadelic <[email protected]>",
"contributors" : [
"Isel Fernandez <[email protected]>",
"Jeff Kwak <[email protected]>",
"JP Erkelens <[email protected]>",
"Mike Suarez <[email protected]>"
],
"licenses" : ["MIT"],
"dependencies": {
"coffee-script": "latest",
"fibrous": "latest",
"underscore": "latest",
"jade": "latest",
"restler": "latest",
"express": "latest"
},
"devDependencies": {
"jasmine-node": "latest",
"should": "latest"
},
"engines": {
"node": ">=0.6",
"npm": ">=1.1"
},
"scripts": {
"pretest": "coffee -cl -o lib src",
"test": "test"
}
}