mew-time
Version:
utils about the time.
59 lines (58 loc) • 1.62 kB
JSON
{
"name": "mew-time",
"version": "0.0.2",
"description": "utils about the time.",
"main": "dist/mewtime.min.js",
"scripts": {
"build": "gulp build --status=dev --prod",
"tdd": "gulp tdd --status=dev --dev",
"test": "gulp test --status=dev --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metocherry/mew-time.git"
},
"keywords": [
"time",
"calendar",
"mew",
"ecma2015"
],
"author": "metocherry@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/metocherry/mew-time/issues"
},
"homepage": "https://github.com/metocherry/mew-time#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"del": "^2.2.2",
"esdoc": "^0.5.2",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-esdoc": "^0.3.0",
"gulp-hub": "github:frankwallis/gulp-hub#4.0",
"gulp-util": "^3.0.8",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"stylelint": "^7.8.0",
"webpack": "^2.2.1",
"webpack-merge": "^2.6.1"
}
}