UNPKG

eoo

Version:

A powerful Javascript Class Factory (Object oriented)

71 lines (70 loc) 1.81 kB
{ "name": "eoo", "version": "0.2.0-beta.1", "description": "A powerful Javascript Class Factory (Object oriented)", "main": "src/main.js", "maintainers": { "name": "Exodia", "email": "d_xinxin@163.com" }, "repository": { "type": "git", "url": "git://github.com/ecomfe/oo.git" }, "scripts": { "start": "cd test && karma start --debug", "test": "cd test && karma start --singleRun" }, "contributors": [ { "name": "xiaoxin0818", "url": "https://github.com/xiaoxin0818" }, { "name": "yanghuabei", "url": "https://github.com/yanghuabei" } ], "keywords": [ "class", "Class", "Constructor", "prototype", "inheritance", "class", "inheritance" ], "author": { "name": "Exodia", "email": "d_xinxin@163.com" }, "license": "MIT", "bugs": { "url": "https://github.com/ecomfe/oo/issues" }, "files": [ "src", "README.md" ], "homepage": "https://github.com/ecomfe/oo", "devDependencies": { "jasmine-core": "^2.3.4", "karma": "^0.12.23", "karma-chrome-launcher": "^0.1.4", "karma-coverage": "^0.2.4", "karma-ie-launcher": "^0.1.5", "karma-jasmine": "^0.3.6", "karma-phantomjs-launcher": "^0.1.4", "karma-requirejs": "^1.0.0", "requirejs": "^2.2.0" }, "edp": { "wwwroot": "/", "depDir": "dep", "srcDir": "src", "main": "main", "loaderAutoConfig": "js,htm,html,tpl,vm,phtml", "loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js", "dependencies": {} } }