-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "sca-wf-conneval",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soichih/sca-wf-conneval.git"
},
"author": "Soichi Hayashi <[email protected]> (http://soichi.us)",
"license": "ISC",
"bugs": {
"url": "https://github.com/soichih/sca-wf-conneval/issues"
},
"homepage": "https://github.com/soichih/sca-wf-conneval#readme",
"dependencies": {
"ace-builds": "^1.2.5",
"angular": "^1.6.8",
"angular-animate": "^1.6.8",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "^1.6.8",
"angular-gravatar": "^0.4.2",
"angular-jwt": "^0.1.9",
"angular-loading-bar": "^0.9.0",
"angular-location-update": "0.0.2",
"angular-route": "^1.6.8",
"angular-sanitize": "^1.6.8",
"angular-timeago": "^0.4.3",
"angular-ui-ace": "^0.2.3",
"angular-ui-select": "^0.12.100",
"angularjs-toaster": "^2.0.0",
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"font-awesome": "^4.6.3",
"jquery": "^3.1.1",
"ng-file-upload": "^12.2.12",
"plotly.js": "^1.32.0",
"reconnectingwebsocket": "^1.0.0",
"sca-ng-wf": "^1.0.17",
"sca-product-raw": "^1.0.9",
"sca-shared": "^0.0.11",
"stats.js": "^0.17.0",
"three": "^0.88.0",
"ui-select": "^0.19.4"
},
"devDependencies": {}
}