forked from Walk4Muscle/S3PUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "s3p-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Walk4Muscle/S3PUI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Walk4Muscle/S3PUI/issues"
},
"engines": {
"node": "6.0.0 || 0.8.x"
},
"homepage": "https://github.com/Walk4Muscle/S3PUI#readme",
"dependencies": {
"adal-angular": "^1.0.12",
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"angular-sanitize": "1.5.9",
"angular-scroll": "^1.0.0",
"angular-smart-table": "^2.1.8",
"angular-toastr": "^2.1.1",
"angular-ui-router": "^1.0.2",
"angular-websocket": "^2.0.1",
"angularjs-datepicker": "^2.1.7",
"browserify": "^13.1.0",
"echarts": "^3.8.5",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-less": "^3.3.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"http-server": "^0.10.0",
"moment": "^2.16.0",
"moment-timezone": "^0.5.11",
"ng-table": "^1.0.0",
"ui-router": "^1.0.0-alpha.3",
"ui-select": "^0.19.8",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"socket.io-client": "^1.7.1"
}
}