UNPKG

itsa-jsext

Version:

Extensions to native javascript-objects, all within the itsa_ namespace

67 lines (66 loc) 1.59 kB
{ "name": "itsa-jsext", "version": "2.0.4", "description": "Extensions to native javascript-objects, all within the itsa_ namespace", "main": "index.js", "scripts": { "build": "webpack && yuidoc ./lib -q -c ./yuidoc.json", "lint": "eslint ./**/*.jsx?", "pretest": "eslint ./**/*.jsx?", "test": "mocha 'tests/*.js' --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "https://github.com/ItsAsbreuk/itsa-jsext.git" }, "keywords": [ "itsasbreuk", "itsa", "extentions", "javascript" ], "author": "Marco Asbreuk <marco@itsasbreuk.nl>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/ItsAsbreuk/itsa-jsext/issues" }, "homepage": "https://github.com/ItsAsbreuk/itsa-jsext#readme", "engines": { "node": "*" }, "directories": { "lib": "./lib" }, "dependencies": { "itsa-utils": "^1.4.0" }, "devDependencies": { "babel-core": "^6.4.0", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.1", "chai": "^3.4.1", "css-loader": "^0.23.1", "eslint": "^1.10.3", "istanbul": "^0.3.0", "itsa-classes": "^1.0.2", "jsdom": "^7.2.2", "jsdom-global": "^1.6.1", "mocha": "^1.21.4", "webpack": "^1.12.2", "yuidocjs": "^0.9.0" }, "testling": { "harness": "mocha", "files": "tests/*.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest" ] } }