ooobject
Version:
object generation helper via composition, OLOO style
37 lines (36 loc) • 965 B
JSON
{
"name": "ooobject",
"version": "0.2.0",
"description": "object generation helper via composition, OLOO style",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"development": "webpack --watch",
"production": "webpack -p -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duivvv/ooobject.git"
},
"keywords": [
"OLOO",
"Objects",
"composition"
],
"author": "Geoffrey Dhuyvetters <geoffrey.dhuyvetters@gmail.com> (http://landlocked.herokuapp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/duivvv/ooobjects/issues"
},
"homepage": "https://github.com/duivvv/ooobjects#readme",
"devDependencies": {
"babel-core": "^5.8.14",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"core-js": "^1.0.0",
"eslint": "^0.24.1",
"eslint-loader": "^0.14.2",
"lodash": "^3.10.0",
"webpack": "^1.10.5"
}
}