Files

53 lines
1.0 KiB
JSON

{
"name": "restangular",
"npmName": "restangular",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
],
"description": "Restfull Resources service for AngularJS apps",
"version": "1.4.0",
"filename": "restangular.min.js",
"homepage": "https://github.com/mgonto/restangular",
"author": "Martin Gontovnikas <martin@gon.to>",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/restangular.git"
},
"engines": {
"node": ">= 0.9"
},
"keywords": [
"angular",
"client",
"browser",
"restful",
"resources",
"rest",
"api"
],
"maintainers": [
{
"name": "Martin Gontovnikas",
"website": "http://gon.to/"
}
],
"dependencies": {},
"devDependencies": {
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-karma": "*"
},
"scripts": {
"test": "grunt test --verbose"
}
}