sao-base/package.json
2015-03-24 21:37:34 +01:00

40 lines
800 B
JSON

{
"name": "sao",
"title": "sao",
"description": "Tryton webclient",
"version": "0.0.1",
"homepage": "http://www.tryton.org/",
"author": {
"name": "Tryton"
},
"repository": {
"type": "hg",
"url": "http://hg.tryton.org/sandbox/sao"
},
"bugs": {
"url": "http://bugs.tryton.org/"
},
"licenses": [
"GPL-3"
],
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": [
"tryton"
],
"dependencies": {
"bower": "^1.3.12"
}
}