Informations added to package.json. Install dev dependencies with `npm install`.
Showing
{ | { | ||
"name": "JIO", | "name": "jio", | ||
"version": "0.2.0" | "version": "0.2.0", | ||
"license": "LGPLv3", | |||
"author": "Nexedi SA", | |||
"contributors": [ | |||
"Tristan Cavelier <tristan.cavelier@tiolive.com>", | |||
"Sven Franck <sven.franck@nexedi.com>" | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "http://git.erp5.org/repos/jio.git" | |||
}, | |||
"keywords": [ | |||
"io", | |||
"input", | |||
"output", | |||
"cloud" | |||
], | |||
"devDependencies": { | |||
"grunt": "0.4.x", | |||
"grunt-contrib-concat": "0.3.x", | |||
"grunt-contrib-uglify": "0.2.x", | |||
"grunt-contrib-qunit": "0.2.x", | |||
"grunt-jslint": "1.0.x" | |||
}, | |||
"engines": { | |||
"npm": ">=1.3" | |||
} | |||
} | } |
Please register or sign in to comment