forked from mondora/asteroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "asteroid",
"version": "0.6.1",
"description": "Aletrnative Meteor client",
"main": "dist/asteroid.node.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/asteroid.unit.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mondora/asteroid"
},
"keywords": [
"ddp",
"asteroid",
"meteor"
],
"author": "Paolo Scanferla <[email protected]> (https://github.com/mondora)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mondora/asteroid/issues"
},
"homepage": "https://github.com/mondora/asteroid",
"devDependencies": {
"coveralls": "^2.11.2",
"faye-websocket": "^0.7.3",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"istanbul": "^0.3.2",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"mocha": "git+https://github.com/visionmedia/mocha.git",
"mocha-lcov-reporter": "0.0.1",
"node-static": "^0.7.6",
"q": "^1.0.1",
"rewire": "^2.1.0",
"should": "^4.0.4",
"sinon": "^1.10.3"
},
"dependencies": {
"ddp.js": "^0.5.0",
"faye-websocket": "^0.7.2",
"q": "^1.0.1"
}
}