formations/javascript/angular/exercices/package.json

17 lines
330 B
JSON

{
"name": "angular-exercices",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL",
"dependencies": {
"angular": "^1.3.15",
"angular-resource": "^1.3.15",
"angular-route": "^1.3.15"
}
}