forked from Urigo/angular2-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "angular2-meteor",
"version": "0.5.4",
"keywords": [
"angular",
"angular2",
"angular2-meteor",
"meteor",
"mongo",
"typescript",
"html-templates"
],
"bugs": {
"url": "https://github.com/Urigo/angular2-meteor/issues"
},
"main": "build/index.js",
"typings": "build/index.d.ts",
"homepage": "http://www.angular-meteor.com",
"repository": "https://github.com/Urigo/angular2-meteor/",
"description": "Angular 2.0 and Meteor - the perfect stack http://www.angular-meteor.com/",
"author": "Angular2-Meteor (https://github.com/Urigo/angular2-meteor)",
"license": "MIT",
"scripts": {
"build": "gulp build",
"test": "./run_tests.sh"
},
"peerDependencies": {
"angular2": "^2.0.0-beta.17",
"es6-shim": "^0.35.0",
"zone.js": "^0.6.10",
"rxjs": "5.0.0-beta.6",
"reflect-metadata": "0.1.2"
},
"devDependencies": {
"angular2": "^2.0.0-beta.16",
"es6-shim": "^0.35.0",
"ghooks": "^1.2.1",
"validate-commit-msg": "^2.6.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-git": "^1.7.0",
"gulp-tslint": "^4.3.4",
"gulp-typings": "^1.3.0",
"reflect-metadata": "0.1.2",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.2",
"tsc": "^1.20150623.0",
"tslint": "^3.6.0",
"typescript": "^1.7.5",
"typings": "^0.7.7",
"zone.js": "^0.6.10"
},
"dependencies": {
"meteor-promise": "^0.6.3",
"meteor-node-stubs": "^0.2.3"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}