forked from alonbardavid/visor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "angular-visor",
"author": "Illniyar",
"version": "0.1.2",
"main": "release/visor.js",
"description": "Angular authentication and authorization library",
"repository": "https://github.com/illniyar/visor.git",
"homepage": "https://github.com/illniyar/visor.git",
"devDependencies": {
"bower": "~1.3.3",
"grunt": "~0.4.1",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-conventional-changelog": "^1.2.2",
"grunt-gh-pages": "~0.9.1",
"grunt-git": "^0.3.5",
"grunt-ngdocs": "~0.1.7",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-cli": "0.0.4",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-spec-reporter": "0.0.12",
"load-grunt-tasks": "~0.4.0",
"npm": "^2.11.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular-ui/ui-router/blob/master/LICENSE"
}
],
"scripts": {
"bower": "bower install",
"test": "karma start test/karma.conf.js"
},
"dependencies": {
"angular": ">= 1.2.0"
}
}