21 lines
532 B
JSON
21 lines
532 B
JSON
|
{
|
||
|
"name": "accountant",
|
||
|
"version": "0.1.0",
|
||
|
"repository": "https://git.lahouze.org/xals/accountant",
|
||
|
"license": "AGPL-1.0",
|
||
|
"dependencies": {
|
||
|
"grunt": "0.4.5",
|
||
|
"grunt-copy": "0.1.0",
|
||
|
"grunt-contrib-clean": "0.6.0",
|
||
|
"grunt-contrib-watch": "0.6.1",
|
||
|
"grunt-contrib-concat": "0.5.1",
|
||
|
"time-grunt": "1.2.1",
|
||
|
"load-grunt-configs": "0.4.3",
|
||
|
"load-grunt-tasks": "3.2.0",
|
||
|
"grunt-shell": "1.1.2",
|
||
|
"grunt-contrib-jshint": "0.11.2",
|
||
|
"jshint-stylish": "2.0.0"
|
||
|
},
|
||
|
"devDependencies": {}
|
||
|
}
|