-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "AngularDevise",
"version": "1.3.0",
"description": "A small AngularJS Service to interact with Devise Authentication.",
"main": "lib/devise.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudspace/angular_devise.git"
},
"keywords": [
"Angular",
"AngularJS",
"Devise"
],
"author": "Justin Ridgewell",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudspace/angular_devise/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.12.1",
"grunt-ng-annotate": "~0.5.0",
"grunt-plato": "~0.2.1",
"grunt-preprocess": "~2.3.0",
"jasmine": "^2.4.1",
"karma": "^0.13.21",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "~0.2.0",
"phantomjs-prebuilt": "^2.1.4",
"time-grunt": "~0.2.1"
}
}