-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
45
46
{
"name": "angular-acl",
"version": "0.1.8",
"description": "Role-based permissions for AngularJS",
"main": "angular-acl.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mikemclin/angular-acl.git"
},
"keywords": [
"angular",
"responsive"
],
"author": "Mike McLin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikemclin/angular-acl/issues"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "~2.5.1",
"grunt-notify": "^0.4.5",
"grunt-strip-code": "^1.0.4",
"jasmine-core": "^2.5.2",
"jshint-stylish": "^2.2.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}