Drop package.json
Showing
package.json
deleted
100644 → 0
{ | |||
"name": "jio", | |||
"version": "v3.32.1", | |||
"license": "LGPLv3", | |||
"author": "Nexedi SA", | |||
"contributors": [ | |||
"Tristan Cavelier <tristan.cavelier@tiolive.com>", | |||
"Sven Franck <sven.franck@nexedi.com>" | |||
], | |||
"description": "Client-side JavaScript library to manage documents across multiple storages", | |||
"main": "jio.js", | |||
"directories": { | |||
"example": "examples", | |||
"test": "test" | |||
}, | |||
"scripts": { | |||
"lint": "make lint", | |||
"prepublish": "make build" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://lab.nexedi.com/nexedi/jio.git" | |||
}, | |||
"keywords": [ | |||
"io", | |||
"input", | |||
"output", | |||
"cloud" | |||
], | |||
"devDependencies": { | |||
"jslint": "0.9.2", | |||
"jison": "0.4.16" | |||
}, | |||
"engines": { | |||
"npm": ">=1.3" | |||
} | |||
} |
Please register or sign in to comment