Commit 5670dede authored by Stefane Fermigier's avatar Stefane Fermigier

Fix package.json.

1) Use proper SPDX code for the licence.
2) Add dev dependencies.
parent dcca4e59
{ {
"name": "jio", "name": "jio",
"version": "v3.39.0", "version": "v3.39.0",
"license": "GPLv3+", "license": "GPL-3.0-or-later",
"author": "Nexedi SA", "author": "Nexedi SA",
"contributors": [ "contributors": [
"Tristan Cavelier <tristan.cavelier@tiolive.com>", "Tristan Cavelier <tristan.cavelier@tiolive.com>",
...@@ -22,5 +22,11 @@ ...@@ -22,5 +22,11 @@
], ],
"engines": { "engines": {
"npm": ">=1.3" "npm": ">=1.3"
},
"devDependencies": {
"jslint": "^0.9.2",
"jison": "^0.4.16",
"qunit": "github:qunitjs/node-qunit#v0.9.3",
"sinon": "^1.7.3"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment