-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 864 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
{
"name": "CypressAngularNgRoutingBundle",
"version": "0.0.1",
"description": "A Symfony2 bundle to expose your routing in [Angular.js resource format](http://docs.angularjs.org/api/ngResource.$resource)",
"repository": {
"type": "git",
"url": "git://github.com/matteosister/CypressAngularNgRoutingBundle.git"
},
"author": "",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/matteosister/CypressAngularNgRoutingBundle/issues"
},
"homepage": "https://github.com/matteosister/CypressAngularNgRoutingBundle",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-notify": "~0.2.17",
"underscore": "^1.6.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt"
}
}