forked from InventorForgeMakerspace/inventorforge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.08 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"angular2": "^2.0.0-beta.17",
"es6-shim": "^0.35.0",
"express": "^4.14.0",
"ionic": "~2.0.0",
"ionic-angular": "2.0.0-beta.11",
"ionic-native": "1.3.2",
"ionicons": "3.0.0",
"nconf": "^0.8.4",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"serialport": "^4.0.1",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"typescript": "~1.8.10",
"zone.js": "0.6.12"
},
"devDependencies": {
"browserify": "^13.0.1",
"browserify-istanbul": "^2.0.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-nodemon": "^2.1.0",
"gulp-tsc": "^1.2.3",
"gulp-typescript": "^2.13.6",
"gulp-watch": "4.3.5",
"ionic-gulp-browserify-typescript": "2.0.0",
"ionic-gulp-fonts-copy": "^1.0.0",
"ionic-gulp-html-copy": "^1.0.0",
"ionic-gulp-sass-build": "^1.0.0",
"ionic-gulp-scripts-copy": "^2.0.0",
"ionic-gulp-tslint": "^1.0.0",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"run-sequence": "^1.2.2",
"tsify": "^1.0.1",
"tslint-ionic-rules": "^0.0.3"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"scripts": {
"test": "karma start karma.conf.js",
"run": "ionic serve"
},
"name": "inventorforge",
"description": "inventorforge: An Ionic project",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/InventorForgeMakerspace/inventorforge.git"
}
}