-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 Bytes
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
{
"name": "syncit-bootstrap",
"version": "0.8.3",
"scripts": {
"start": "node app.js",
"test": "mocha test/*"
},
"dependencies": {
"bower": "^1.3.3",
"browserify": "^4.1.5",
"browserify-middleware": "^3.0.0",
"eventsource-monitor": "^0.9.3",
"express": "3.4.7",
"get_tlid_encoder_decoder": "^0.9.3",
"ini": "^1.2.1",
"jade": "~1.1.4",
"jshint": "~2.4.4",
"localforage": "^1.2.2",
"mongoskin": "^1.4.1",
"mout": "^0.9.1",
"reqwest": "^1.1.0",
"sse-communication": "^0.9.0",
"sync-it": "^0.11.3",
"syncit-control": "^0.10.2",
"syncit-server": "^0.9.7",
"uglify-js": "^2.4.14",
"when": "~2.8.0"
},
"devDependencies": {
"mocha": "~1.17.0",
"expect.js": "~0.2.0"
}
}