-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 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
37
38
39
40
41
42
{
"name": "co-docs",
"version": "0.0.2",
"engines": [
"node >= 0.8.0"
],
"main": "server.js",
"dependencies": {
"ejs": ">=0",
"ejs-ext": ">=0",
"express": "~3.x",
"compound": ">= 1.1.0",
"jugglingdb": ">= 0.1.0",
"coffee-script": ">= 1.1.1",
"stylus": ">=0",
"seedjs": ">=0.0.5",
"co-assets-compiler": ">=0",
"dox": "~0.4.3"
},
"devDependencies": {
"nodeunit": "*",
"sinon": ">=0",
"supertest": ">= 0",
"mocha": ">= 0",
"should": ">= 0",
"semicov": ">=0",
"co-generators": ">=0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require test/init.js test/*/*.test.js",
"start": "node server.js"
},
"readme": "### Welcome to CompoundJS ###",
"readmeFilename": "README.md",
"description": "",
"_id": "[email protected]",
"dist": {
"shasum": "abc6c9ac19187151b26d9207d908ca8328b481b8"
},
"_from": "https://github.com/inventures/docs/tarball/master",
"_resolved": "https://github.com/inventures/docs/tarball/master"
}