construct-from-spec
Version:
Construct JavaScript objects from specifications
33 lines (32 loc) • 782 B
JSON
{
"name": "construct-from-spec",
"version": "0.1.0",
"description": "Construct JavaScript objects from specifications",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/construct-from-spec"
},
"keywords": [
"configuration"
],
"author": "Andrey Popp <8mayday@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreypopp/construct-from-spec/issues"
},
"homepage": "https://github.com/andreypopp/construct-from-spec",
"dependencies": {
"get-parameter-names": "^0.2.0",
"get-callsite-dirname": "^0.1.0",
"newless": "^0.1.1",
"resolve": "^0.6.1"
},
"devDependencies": {
"jshint": "^2.4.3",
"mocha": "^1.17.1"
}
}