qc-util
Version:
The utility module of the QC ecosystem.
64 lines (63 loc) • 1.51 kB
JSON
{
"name": "qc-util",
"version": "0.2.0",
"author": {
"name": "Danny Hurlburt",
"url": "https://github.com/dhurlburtusa"
},
"description": "The utility module of the QC ecosystem.",
"keywords": [
"printf",
"toBool",
"toDate",
"toInt",
"toNum",
"toStr",
"typeOf",
"qc"
],
"license": "MIT",
"files": [
"index.js",
"lib/"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dhurlburtusa/qc-util.git"
},
"scripts": {
"develop": "gulp",
"pretest": "gulp clean",
"test": "node ./test/unit/test.js && gulp test",
"travisci": "gulp verify:travisci"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"eslint": "^3.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-jasmine": "^2.3.0",
"gulp-jsdoc3": "^0.2.1",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"moment": "^2.14.1",
"moment-timezone": "^0.5.4",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.2.0",
"webpack-stream": "^3.2.0"
}
}