forked from domenukk/angular2-meteor-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
46
{
"name": "angular2-meteor-client",
"version": "0.3.9",
"description": "Use Angular 2.0 and Meteor on in a non-meteor client environment. Fork of the non-npm http://www.angular-meteor.com/ package",
"main": "dist/library.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "",
"postinstall": "",
"prepublish": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/domenukk/angular2-meteor-client.git"
},
"keywords": [
"angular2",
"meteor",
"client",
"ddp",
"mongodb"
],
"author": "domenukk",
"license": "MIT",
"bugs": {
"url": "https://github.com/domenukk/angular2-meteor-client/issues"
},
"homepage": "https://github.com/domenukk/angular2-meteor-client#readme",
"dependencies": {
"angular2": "^2.0.0-beta.0",
"es6-shim": "^0.33.3",
"jquery": "^2.2.0",
"meteor-blaze": "^1.2.9",
"meteor-client-side": "^0.2.3",
"meteor-htmljs": "^1.2.7",
"reflect-metadata": "^0.1.2",
"zone.js": "^0.5.10"
},
"devDependencies": {
"typescript": "^1.7.5"
}
}