-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
97 lines (97 loc) · 2.63 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "abaplan-core",
"version": "0.1.0",
"description": "Abaplan core project",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js --single-run",
"start": "concurrently \"webpack --watch --progress\" \"lite-server\" ",
"lite": "lite-server",
"postinstall": "bower install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"build": "webpack --config ./webpack.config.js",
"clean": "rm -f -r node_modules bower_components"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABAPlan/abaplan-core.git"
},
"keywords": [
"abaplan",
"audiotactile",
"blind"
],
"files": [
"dist"
],
"author": "Joel Cavat",
"contributors": [
"Joel Cavat",
"Maxiume Burri"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ABAPlan/abaplan-core/issues"
},
"homepage": "https://github.com/ABAPlan/abaplan-core#readme",
"dependencies": {
"@angular/common": "^2.0.2",
"@angular/compiler": "^2.0.2",
"@angular/core": "^2.0.2",
"@angular/forms": "^2.0.2",
"@angular/http": "^2.0.2",
"@angular/platform-browser": "^2.0.2",
"@angular/platform-browser-dynamic": "^2.0.2",
"@angular/router": "^3.0.2",
"@angular/upgrade": "^2.0.2",
"@types/google-maps": "^3.2.0",
"@types/lodash": "4.14.42",
"angular-in-memory-web-api": "^0.2.2",
"artyom.js": "1.0.5",
"bootstrap": "^3.3.7",
"bower": "^1.8.0",
"braille": "^1.1.0",
"core-js": "^2.4.1",
"esri-system-js": "^1.0.0-beta.0",
"file-saver": "^1.3.3",
"geojson": "^0.4.1",
"google-maps": "^3.2.1",
"karma": "^1.5.0",
"lodash": "4.17.2",
"ng2-bootstrap": "^1.1.14",
"ng2-translate": "^5.0.0",
"purescript": "^0.10.7",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.1",
"tokml": "^0.4.0",
"ts-loader": "^1.0.0",
"zone.js": "~0.7.2"
},
"devDependencies": {
"@types/arcgis-js-api": "^3.20",
"@types/jasmine": "^2.6.2",
"@types/node": "^8.0.47",
"angular2-template-loader": "^0.6.0",
"concurrently": "^3.0.0",
"dojo-typings": "^1.11.9",
"file-loader": "^0.9.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-dojo": "0.0.1",
"karma-htmlfile-reporter": "^0.3.4",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"lite-server": "^2.2.2",
"purs-loader": "^2.3.0",
"ts-helpers": "^1.1.2",
"typescript": "^2.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.15.0"
}
}