-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
41 lines (41 loc) · 946 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
40
41
{
"author": "cooperq, tedsuo",
"name": "ethersheet",
"description": "Open Source, Online Spreadsheet Collaboration",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/ethersheet-collective/EtherSheet.git"
},
"engines": {
"nodejs": ">=0.6"
},
"dependencies": {
"express": "3.x",
"es_client": "ethersheet-collective/es_client",
"es_command": "ethersheet-collective/es_command",
"transactor": "ethersheet-collective/transactor",
"ejs": ">=0.7.1",
"mysql": ">=0.9.5",
"underscore": ">=1.3",
"sockjs": ">=0.3.5",
"ueberdb2": "Pita/ueberDB",
"csv": "*",
"async": "*",
"node-uuid": "*",
"stitchit": "*"
},
"devDependencies": {
"mocha": ">=1.3.0",
"webdriverjs": ">=0.6.0",
"chai": "*",
"sinon": "*"
},
"scripts": {
"start": "node app.js",
"test": "make test"
},
"directories" : {
"lib" : "./lib"
}
}