forked from INTO-CPS-Association/into-cps-application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.55 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
{
"name": "into-cps-app",
"productName": "INTO-CPS APP",
"version": "3.4.9-dev",
"description": "User interface for the INTO-CPS Toolchain",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/INTO-CPS-Association/into-cps-application.git"
},
"main": "dist/main.js",
"author": {
"name": "INTO-CPS Project",
"email": "",
"url": "http://into-cps.au.dk/"
},
"electronVersion": "1.4.15",
"scripts": {
"start": "electron dist/main.js"
},
"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",
"@types/ace": "~0.0.32",
"@types/express": "~4.0.35",
"@types/jquery": "~2.0.0",
"@types/sql.js": "~0.0.28",
"@types/w2ui": "~1.4.30",
"bluebird": "~3.4.7",
"body-parser": "~1.16.0",
"electron-default-menu": "~0.2.0",
"es6-shim": "~0.35.1",
"express": "~4.14.0",
"fs-extra": "~0.30.0",
"fs-finder": "~1.8.1",
"is-running": "~2.1.0",
"jsonschema": "~1.1.1",
"jszip": "~3.0.0",
"md5-promised": "~1.0.1",
"mkdirp": "0.5.0",
"neo4j": "~2.0.0-RC2",
"node-sha1": "^1.0.1",
"progress-stream": "~2.0.0",
"reflect-metadata": "~0.1.3",
"request": "~2.72.0",
"request-progress": "~2.0.1",
"rimraf": "~2.5.4",
"rxjs": "5.0.0-beta.6",
"showdown": "^1.7.1",
"sql.js": "~0.3.2",
"tree-kill": "~1.1.0",
"typescript": "~2.1.5",
"uuid": "~3.0.1",
"xml2js": "~0.4.17",
"yauzl": "~2.6.0",
"zone.js": "~0.6.12"
},
"devDependencies": {
"@types/bluebird": "~3.0.37",
"@types/bunyan": "0.0.35",
"@types/electron": "~1.4.31",
"@types/node": "~6.0.62",
"@types/uuid": "~2.0.29",
"@types/xml2js": "0.0.32",
"del": "~2.2.0",
"electron": "~1.4.15",
"electron-packager": "~8.5.2",
"gulp": "~3.9.1",
"gulp-bower": "~0.0.13",
"gulp-bump": "~2.4.0",
"gulp-clean-css": "~2.3.2",
"gulp-concat": "~2.6.0",
"gulp-debug": "~2.1.2",
"gulp-filter": "~4.0.0",
"gulp-git": "~2.8.0",
"gulp-htmlhint": "~0.3.1",
"gulp-inject": "~4.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-typescript": "3.1.4",
"gulp-uglify": "~2.0.0",
"gulp-util": "~3.0.7",
"main-bower-files": "~2.13.1",
"merge-stream": "~1.0.0",
"minimist": "~1.2.0",
"run-sequence": "~1.2.2",
"semver": "~5.3.0",
"webpack": "~1.13.0"
}
}