42-cent-model
Version:
Models to ease creation of 42-cent parameter entities
27 lines (26 loc) • 657 B
JSON
{
"name": "42-cent-model",
"version": "2.0.2",
"description": "Models to ease creation of 42-cent parameter entities",
"main": "index.js",
"scripts": {
"test": "NODE_ENV='test' node ./node_modules/.bin/mocha ./test/"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/42-cent-model.git"
},
"keywords": [
"42-cent",
"model"
],
"author": "Laurent Renard",
"license": "MIT",
"bugs": {
"url": "https://github.com/continuous-software/42-cent-model/issues"
},
"homepage": "https://github.com/continuous-software/42-cent-model",
"devDependencies": {
"mocha": "^2.0.1"
}
}