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

34 lines
591 B
JSON
Raw Normal View History

2014-03-12 14:52:47 +01:00
{
"name": "jappix",
"description": "Jappix test tools",
"version": "1.0.0",
"homepage": "http://jappix.org/",
"repository": {
"type": "git",
2014-11-25 20:12:58 +01:00
"url": "https://github.com/jappix/jappix.git"
2014-03-12 14:52:47 +01:00
},
"author": {
"name": "Valérian Saliou",
"url": "https://valeriansaliou.name/"
},
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "npm install; grunt test"
},
"devDependencies": {
2014-11-25 20:12:58 +01:00
"grunt": "0.4.5",
2014-03-12 14:52:47 +01:00
"grunt-contrib-csslint": "0.2.0",
2014-11-25 20:12:58 +01:00
"grunt-contrib-jshint": "0.10.0",
2014-03-12 14:52:47 +01:00
"grunt-phplint": "0.0.5"
}
}