-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "angular2-meteor-ionic2-base",
"version": "1.0.0",
"description": "SAngular2-Meteor-Ionic2 Boilerplate",
"author": "@santteegt hernangt12re3@gmail.com",
"contributors": [
{
"name": "Santiago Gonzalez",
"email": "hernangt12re3@gmail.com"
}
],
"license": "MIT",
"private": true,
"scripts": {
"start": "meteor run",
"start:prod": "meteor run --production",
"build": "meteor build ./build/",
"clear": "meteor reset",
"meteor:update": "meteor update --all-packages",
"test": "meteor test --driver-package practicalmeteor:mocha",
"test:ci": "meteor test --once --driver-package dispatch:mocha-phantomjs"
},
"devDependencies": {
"@types/chai": "3.4.34",
"@types/mocha": "2.2.34",
"chai": "3.5.0",
"chai-spies": "0.7.1",
"meteor-typings": "1.3.1",
"meteor-node-stubs": "0.2.4"
},
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@angular/router": "3.2.1",
"@types/node": "^6.0.52",
"angular2-meteor": "0.7.1",
"angular2-meteor-polyfills": "^0.1.1",
"angular2-meteor-tests-polyfills": "0.0.2",
"babel-runtime": "^6.18.0",
"ionic-angular": "^2.0.0-rc.4",
"ionic-native": "^2.2.12",
"ionic-selector": "0.0.2",
"ionicons": "^3.0.0",
"meteor-rxjs": "0.4.5",
"reflect-metadata": "0.1.9",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.2",
"zone.js": "0.6.26"
}
}