forked from cloudspace/angular_devise
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 943 Bytes
/
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
{
"name": "AngularDevise",
"version": "0.6.1",
"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-ngmin": "~0.0.2",
"grunt-plato": "~0.2.1",
"grunt-preprocess": "~2.3.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.6.2",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1"
}
}