mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
36 lines
949 B
JSON
Executable File
36 lines
949 B
JSON
Executable File
{
|
|
"name": "AngularDevise",
|
|
"version": "1.0.2",
|
|
"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-ng-annotate": "~0.5.0",
|
|
"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"
|
|
}
|
|
}
|