-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.51 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.51 KB
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
43
44
45
{
"name" : "node-sage"
, "description" : "An HTTP service architecture for scientific data"
, "version" : "0.1.5"
, "repository" : {
"type" : "git"
, "url" : "github.com:silvn/sage"
}
, "author" : {
"name" : "Shiran Pasternak"
, "email" : "shiranpasternak@gmail.com"
}
, "license": "MIT"
, "homepage": "https://github.com/silvn/sage"
, "dependencies" : {
"amdefine" : ">=0.1.0"
, "async" : ">=0.2.9"
, "bunyan" : ">=0.22.0"
, "ejs" : ">=0.8.4"
, "gzippo" : ">=0.2.0"
, "hiredis" : ">=0.1.15"
, "http-proxy" : ">=0.10.3"
, "js2xmlparser" : "git://github.com/gingi/node-js2xmlparser#master"
, "jquery" : ">=1.8.3"
, "less-middleware" : ">=0.1.12"
, "node-gyp" : ">=0.10.10"
, "optimist" : ">=0.3.7"
, "restify" : "git://github.com/mcavage/node-restify#master"
, "underscore" : ">=1.5.2"
, "web-cache" : ">=0.0.3"
, "xmlhttprequest" : ">=1.6.0"
, "revalidator" : ">=0.1.5"
},
"devDependencies" : {
"express" : ">=3.0.6"
, "mocha" : ">=1.13.0"
, "should" : ">=2.0.1"
, "supertest" : ">=0.5.1"
},
"scripts": {
"start" : "sage start"
},
"bin" : "./scripts/sage",
"main" : "./src/sage.js"
}