-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 Bytes
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
{
"name": "sw-openstack-quickstart",
"version": "1.4.0",
"description": "Quickstart Dashboard for Openstack Dashboard",
"main": "app.js",
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.2.13",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"lodash": "^4.17.5"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"angular-ui-bootstrap": "^2.5.6",
"grunt-contrib-sass": "^0.9.2",
"grunt-karma": "^0.12.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-replace": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "AGPL 3.0"
}