sao-base/package.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2013-01-04 21:29:48 +01:00
{
2015-11-02 15:58:15 +01:00
"name": "tryton-sao",
2013-07-05 11:52:15 +02:00
"title": "sao",
"description": "Tryton webclient",
2016-05-02 15:43:23 +02:00
"version": "4.1.0",
2013-07-05 11:52:15 +02:00
"homepage": "http://www.tryton.org/",
"author": {
"name": "Tryton"
},
"repository": {
"type": "hg",
2015-10-16 18:27:35 +02:00
"url": "http://hg.tryton.org/sao"
2013-07-05 11:52:15 +02:00
},
"bugs": {
"url": "http://bugs.tryton.org/"
},
2015-10-16 18:27:35 +02:00
"license": "GPL-3.0+",
"files": [
"COPYRIGHT",
2015-11-02 15:58:15 +01:00
"CHANGELOG",
"Gruntfile.js",
"LICENSE",
"README",
"bower.json",
"dist",
"images",
"index.html",
"locale",
"offcanvas.css",
"package.json",
"src",
"tests"
2013-07-05 11:52:15 +02:00
],
"scripts": {
2016-05-12 09:14:14 +02:00
"test": "./node_modules/.bin/grunt test",
2015-10-16 18:27:35 +02:00
"postinstall": "./node_modules/.bin/bower install"
2013-07-05 11:52:15 +02:00
},
"devDependencies": {
"grunt": "~0.4.5",
2016-03-31 23:04:34 +02:00
"grunt-cli": "^0.1.13",
2015-05-07 12:11:45 +02:00
"grunt-contrib-concat": "^0.5.1",
2016-03-31 23:04:34 +02:00
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-nodeunit": "^0.4.1",
2016-05-12 09:14:14 +02:00
"grunt-contrib-qunit": "^1.2.0",
2016-03-31 23:04:34 +02:00
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-po2json": "^0.3.0",
2016-03-31 23:04:34 +02:00
"grunt-shell": "^1.2.1",
2015-05-29 10:44:10 +02:00
"grunt-xgettext": "^0.3.5"
2013-07-05 11:52:15 +02:00
},
"keywords": [
"tryton"
],
"dependencies": {
2016-03-31 23:04:34 +02:00
"bower": "^1.7.7"
}
2013-01-04 21:29:48 +01:00
}