forked from emmaga/openvod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 Bytes
/
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
{
"name": "openvod",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "emma",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.9",
"angular-bootstrap-nav-tree": "^0.2.1",
"angular-bootstrap-toggle": "^0.1.2",
"angular-cookies": "^1.5.8",
"angular-md5": "^0.1.10",
"angular-translate": "^2.13.0",
"angular-translate-loader-static-files": "^2.13.0",
"angular-ui-bootstrap": "^2.3.0",
"angular-ui-router": "^0.3.2",
"bootstrap": "^3.3.7",
"ng-table": "^2.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"watch": "^1.0.1"
}
}