-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 863 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 863 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
41
{
"name": "rig",
"description": "A barepipe platform for node webapps",
"version": "0.7.0",
"main": "rig.js",
"dependencies": {
"express": "3.x",
"async": "0.x.x",
"handlebars": "1.x",
"colors": "0.6.x",
"express-validator": "0.3.x",
"js-yaml": "2.1.x"
},
"readmeFilename": "README.md",
"gitHead": "c4ea8ab1c312cabba7d76ddc04a49bd6b1aa187b",
"devDependencies": {
"jsdoc": "3.2.x"
},
"scripts": {
"test": "echo \"No test specified, that's fine for now...\" && exit 0",
"jsdoc": "jsdoc . -r -d ./doc/"
},
"repository": {
"type": "git",
"url": "git://github.com/jarnoux/rig.git"
},
"keywords": [
"rig",
"pipe",
"express",
"registry",
"dispatcher",
"web",
"app",
"webapp",
"framework",
"platform"
],
"author": "Jacques Arnoux",
"license": "BSD"
}