mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "AngularDevise",
|
|
"version": "1.0.2",
|
|
"main": "lib/devise.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components",
|
|
"bower_components",
|
|
"spec",
|
|
"reports"
|
|
],
|
|
"author": {
|
|
"name": "Justin Ridgewell"
|
|
},
|
|
"dependencies": {
|
|
"angular": ">=1.2.0 <1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": ">=1.2.0 <1.4.0",
|
|
"angular-scenario": ">=1.2.0 <1.4.0"
|
|
},
|
|
"homepage": "https://github.com/cloudspace/angular_devise",
|
|
"_release": "1.0.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.2",
|
|
"commit": "05e72fdf1be0140ddca36852dc5cb0c64a757ccd"
|
|
},
|
|
"_source": "git://github.com/cloudspace/angular_devise.git",
|
|
"_target": "~1.0.2",
|
|
"_originalSource": "angular-devise"
|
|
} |