-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1022 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
31
32
33
34
35
36
37
38
39
{
"name": "admin-frontend",
"version": "0.0.0",
"description": "Admin - angular app",
"main": "grunt",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git"
},
"author": "droman",
"license": "ISC",
"devDependencies": {
"bower": "^1.7.9",
"connect-modrewrite": "^0.9.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jslint": "^1.1.14",
"grunt-processhtml": "^0.3.13",
"grunt-svg-sprite": "^1.3.6",
"grunt-webfont": "^1.6.0",
"jit-grunt": "^0.10.0",
"load-grunt-config": "^0.19.2"
},
"dependencies": {
"angular-bootstrap-datetimepicker": "^1.1.4",
"angular-paging": "^2.2.2",
"angular-ui-router": "^0.3.1",
"bower": "^1.8.0",
"highcharts-ng": "0.0.13"
}
}