1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/test/package.json
2014-11-25 23:42:38 +01:00

33 lines
592 B
JSON

{
"name": "jappix",
"description": "Jappix test tools",
"version": "1.0.0",
"homepage": "https://jappix.org/",
"repository": {
"type": "git",
"url": "https://github.com/jappix/jappix.git"
},
"author": {
"name": "Valérian Saliou",
"url": "https://valeriansaliou.name/"
},
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "npm install; grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-phplint": "0.0.5"
}
}