forked from Urigo/angular2-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.47 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.47 KB
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
{
"name": "angular2-meteor",
"version": "0.5.5",
"keywords": [
"angular",
"angular2",
"angular2-meteor",
"meteor",
"mongo",
"typescript",
"html-templates"
],
"bugs": {
"url": "https://github.com/Urigo/angular2-meteor/issues"
},
"main": "dist/main.js",
"browser": "dist/index.js",
"typings": "dist/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": {
"@angular/core": "^2.0.0-rc.2",
"angular2-meteor-polyfills": "^0.1.1"
},
"devDependencies": {
"@angular/core": "^2.0.0-rc.2",
"@angular/common": "^2.0.0-rc.2",
"@angular/compiler": "^2.0.0-rc.2",
"es6-shim": "^0.35.0",
"zone.js": "^0.6.12",
"rxjs": "5.0.0-beta.6",
"reflect-metadata": "^0.1.2",
"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",
"run-sequence": "^1.1.5",
"tsc": "^1.20150623.0",
"tslint": "^3.6.0",
"typescript": "^1.7.5",
"typings": "^0.7.7"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}