forked from Clouda-team/Cloudajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 802 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
38
39
{
"name": "sumeru",
"version": "0.8.19",
"description": "A Realtime Javascript RIA Framework For Mobile WebApp",
"main": "app.js",
"scripts": {
"test": "make test",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tongyao/sumeru.git"
},
"keywords": [
"javascript",
"nodejs",
"webapp"
],
"dependencies": {
"mkdirp": "0.3.5",
"mongodb": "1.3.18",
"shelljs": "0.1.4",
"sockjs": "0.3.7",
"uglify-js": "2.3.6",
"redis" : "0.8.4",
"clean-css" : "1.0.12"
},
"devDependencies": {
"mocha": "1.8.1",
"chai": "1.7.2",
"coveralls":"2.1.0",
"mocha-lcov-reporter":"0.0.1"
},
"bin": {
"sumeru": "./sumeru/npm-tools/sumeru"
},
"author": "sumeru team",
"license": "MIT"
}