ezone
Version:
ErrorZone - Javascript Error Framework
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "ezone",
"version": "0.20.1",
"description": "ErrorZone - Javascript Error Framework",
"keywords": [
"ES5",
"V8",
"user error",
"composite error",
"extendable",
"stack trace"
],
"license": "MIT",
"author": "László Lajos Jánszky",
"repository": {
"type": "git",
"url": "https://github.com/inf3rno/e3"
},
"bugs": {
"url": "https://github.com/inf3rno/e3/issues"
},
"main": "index.js",
"scripts": {
"test": "npm run test-node & npm run test-karma",
"test-node": "mocha --reporter spec yadda.js",
"test-karma": "karma start karma.conf.js"
},
"dependencies": {
"error-polyfill": "^0.1.1",
"o3": "^1.0.3"
},
"devDependencies": {
"browserify": "10.2.6",
"expect.js": "^0.3.1",
"karma": "^0.13.22",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.5",
"sinon": "^1.17.3",
"watchify": "^3.7.0",
"yadda": "^0.17.2"
}
}