Files
modular/package.json
2015-07-06 00:39:38 +02:00

25 lines
478 B
JSON

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