elision-helpers
Version:
Small collection of handy javascript functions.
31 lines (30 loc) • 778 B
JSON
{
"name": "elision-helpers",
"version": "0.2.2",
"description": "Small collection of handy javascript functions.",
"main": "src/helpers.js",
"repository": "https://github.com/elisiondesign/helpers-library.git",
"author": "elisiondesign <info@elisiondesign.cz>",
"license": "MIT",
"keywords": [
"elision",
"helpers",
"collection",
"functions"
],
"scripts": {
"test": "karma start karma.conf.js --single-run",
"test-watch": "karma start karma.conf.js"
},
"devDependencies": {
"chai": "*",
"karma": "*",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-phantomjs-launcher": "*",
"karma-mocha": "*",
"mocha": "*"
}
}