-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "meteor-client",
"version": "1.3.1",
"description": "Meteor client libraries",
"main": "meteor-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:eface2face/meteor-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eface2face/meteor-client/issues"
},
"homepage": "https://github.com/eface2face/meteor-client",
"dependencies": {
"meteor-base64": "^1.3.0",
"meteor-blaze": "^1.5.0",
"meteor-blaze-tools": "^1.5.0",
"meteor-core": "^1.3.0",
"meteor-diff-sequence": "^1.3.0",
"meteor-ejson-safe": "^1.3.0",
"meteor-html-tools": "^1.5.0",
"meteor-htmljs": "^1.5.0",
"meteor-id-map": "^1.3.0",
"meteor-minimongo": "^1.3.0",
"meteor-mongo-id": "^1.3.0",
"meteor-observe-sequence": "^1.5.0",
"meteor-ordered-dict": "^1.3.0",
"meteor-random-window-crypto": "^1.3.0",
"meteor-reactive-object-map": "^1.0.0",
"meteor-reactive-var": "^1.3.0",
"meteor-spacebars": "^1.3.0",
"meteor-spacebars-compiler": "^1.3.0",
"meteor-templating": "^1.3.0",
"meteor-tracker": "^1.3.0"
}
}