forked from zodsoft/core-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.13 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
{
"name" : "protos",
"description" : "Web Application Framework",
"version" : "0.0.9",
"homepage" : "http://derdesign.github.com/protos/",
"repository" : "https://github.com/derdesign/protos",
"author" : "Ernesto Méndez <der.kunstler@gmail.com>",
"license" : "MIT",
"main" : "lib/protos",
"preferGlobal" : "true",
"bin" : { "protos": "./bin/protos" },
"engines" : { "node": ">= 0.6.0" },
"dependencies" : {
"underscore" : "= 1.3.3",
"underscore.string" : "= 2.1.1",
"sanitizer" : "= 0.0.15",
"bouncy" : "= 1.3.1",
"multi" : "= 0.1.2",
"file" : "= 0.2.0",
"mime" : "= 1.2.5",
"qs" : "= 0.4.2",
"ejs" : "= 0.7.1"
},
"devDependencies" : {
"jshint" : "= 0.6.0",
"vows" : "= 0.6.2"
},
"scripts" : {
"install" : "./tools/scripts/install.sh",
"uninstall" : "./tools/scripts/uninstall.sh"
}
}