-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.57 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.57 KB
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
53
54
55
56
{
"author": "Harm van der Werf <harmvdwerf@gmail.com> {https://github.com/harm-less}",
"name": "angular-ui-router-css",
"version": "0.1.1",
"description": "UI Router (1.*) extension to load route-specific, promised based CSS files",
"homepage": "https://github.com/harm-less/angular-ui-router-css",
"main": "dist/angular-ui-router-css.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"router",
"css",
"stylesheet",
"promise",
"resolve",
"state",
"route",
"service"
],
"repository": {
"type": "git",
"url": "https://github.com/harm-less/angular-ui-router-css.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.9.0",
"connect-modrewrite": "^0.8.2",
"grunt-filerev": "~2.3.1",
"grunt-usemin": "~3.1.1",
"grunt-gh-pages": "~1.0.0",
"grunt-bower": "~0.21.0",
"grunt-banner": "~0.6.0",
"grunt-bump": "~0.7.0",
"grunt-karma": "~0.12.1",
"grunt-ng-annotate": "~2.0.1",
"karma": "~0.13.5",
"jasmine-core": "^2.2.0",
"karma-jasmine": "~0.3.7",
"karma-chrome-launcher": "~0.2.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-coverage": "~0.5.3",
"load-grunt-tasks": "3.4.0"
},
"license": "MIT"
}