forked from fcbosque/BogoTIC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 Bytes
/
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
{
"author": "Fundación Casa del Bosque <[email protected]>",
"contributors": [
{ "name": "Ricardo Lanziano", "email": "[email protected]" }
],
"name": "ForosBogoTIC",
"private": "true",
"description": "Plataforma de foros de BogoTIC",
"main": "./lib/bogotic",
"version": "0.0.1-pre",
"repository": {
"type": "git",
"url": "git://github.com/bogotic/main.git"
},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"stylus": "0.22.x",
"matador": "0.0.x",
"mongoose": "2.5.x",
"mongodb": "0.9.x"
},
"devDependencies": {
"vows": "0.6.x",
"klass": "1.2.x",
"api-easy": "0.3.x",
"dox": "0.2.x",
"commander": "0.5.x",
"hogan.js": "1.0.x"
},
"scripts": {
"start": "node server",
"test": "vows tests/*-test.js --spec -i",
"docs": "dox < **/*.js | node bin/doc_builder.js > docs/index.html && dox < **/*.js > docs/index.json"
}
}