-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.19 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
{
"private": true,
"name": "eviratec-app-gui",
"version": "1.0.0",
"description": "Eviratec App GUI template",
"scripts": {
"test": "node_modules/grunt/node_modules/.bin/grunt unit",
"start": "node_modules/grunt/node_modules/.bin/grunt dev"
},
"config": {
"build": {
"srcFileNames": {
"APP_JS": "app.js",
"APP_CSS": "app.css"
}
},
"localDev": {
"hostname": "localhost",
"port": 9901,
"liveReloadPort": 35730
},
"minifyVendorLibs": false,
"vendorLibs": [
"angular",
"angular-uuid",
"angular-aria",
"angular-animate",
"angular-environment-config",
"angular-material",
"angular-messages",
"angular-ui-router",
"eventemitter3",
"node-uuid"
]
},
"author": "Callan Peter Milne <callan.milne@eviratec.com.au>",
"license": "ISC",
"dependencies": {
"array-shuffle": "1.0.1",
"array-uniq": "1.0.3",
"array-union": "1.0.2",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-environment-config": "1.0.0",
"angular-local-storage": "0.5.0",
"angular-material": "1.1.1",
"angular-messages": "1.5.8",
"angular-ui-router": "0.3.1",
"angular-uuid": "0.0.4",
"babel-core": "6.17.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"connect-modrewrite": "0.9.0",
"eventemitter3": "1.2.0",
"grunt": "1.0.0",
"grunt-angular-templates": "1.1.0",
"grunt-babel": "6.0.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"is-error-constructor": "1.0.1",
"jasmine": "2.5.2",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.7.0",
"load-grunt-tasks": "3.5.2",
"node-uuid": "1.4.7",
"p-all": "1.0.0",
"p-catch-if": "1.0.1",
"p-limit": "1.0.0",
"p-log": "1.0.0",
"p-tap": "1.0.0",
"p-wait-for": "1.0.0"
},
"repository": {
"url": "eviratec/eviratec-web-app",
"type": "git"
}
}