Files
modular/package.json
2015-08-02 20:20:01 +02:00

25 lines
482 B
JSON

{
"name": "modular",
"version": "1.0.0",
"description": "Module path abstraction and mock framework",
"main": "lib/modular.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://lab.cherboiche.org/iojs/modular.git"
},
"keywords": [
"module",
"mock",
"live",
"reload"
],
"author": "boudin",
"license": "GPL-3.0",
"devDependencies": {
"mocha": "^2.2.5"
}
}