-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2 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
{
"name": "marsrovercamundaclient",
"version": "1.0.0",
"description": "Mars Rover Camunda Project Client",
"publisher": "david ibl",
"main": "index.js",
"scripts": {
"start": "gulp build && concurrently \"npm run build-lite\" \"npm run build-watch\"",
"build": "gulp build",
"build-watch": "gulp build:watch",
"build-lite": "lite-server",
"test": "gulp test && concurrently \"npm run test-lite\" \"npm run test-watch\"",
"test-watch": "gulp test:watch",
"test-lite": "lite-server -c test/bs-config.js",
"postinstall": "typings install",
"typings": "typings"
},
"keywords": [],
"author": "david ibl",
"license": "ISC",
"devDependencies": {
"babel-polyfill": "6.13.0",
"concurrently": "2.1.0",
"del": "2.2.0",
"gulp": "^3.9.1",
"gulp-angular-embed-templates": "2.2.0",
"gulp-batch": "1.0.5",
"gulp-count": "^0.2.0",
"gulp-inject": "4.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-watch": "4.3.8",
"gulp-less": "3.3.0",
"jasmine-core": "2.5.2",
"lite-server": "2.2.0",
"lodash": "^4.14.1",
"merge2": "1.0.2",
"reflect-metadata": "0.1.3",
"replace-ext": "0.0.1",
"run-sequence": "1.2.0",
"typescript": "2.0.6",
"gulp-typescript": "3.1.2",
"codelyzer": "0.0.28",
"tslint": "3.15.1",
"gulp-tslint": "6.1.2"
},
"dependencies": {
"@angular/common": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"@angular/forms": "2.1.2",
"@angular/http": "2.1.2",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"@types/core-js": "0.9.34",
"@types/es6-shim": "0.31.32",
"@types/jasmine": "2.5.36",
"@types/node": "4.0.30",
"basic-auth": "^1.0.4",
"compression": "^1.6.2",
"core-js": "2.4.1",
"express": "^4.14.0",
"jsrsasign": "5.0.12",
"moment": "2.14.1",
"oidc-client": "1.0.1",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.40",
"zone.js": "0.6.26"
}
}