53 lines
1.3 KiB
JSON
Executable File
53 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "gantt",
|
|
"version": "0.1.3",
|
|
"description": "Visualize tasks on a timeline",
|
|
"main": "lib/gantt.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=build",
|
|
"dev": "webpack --progress --colors --watch --mode=dev",
|
|
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "6.3.13",
|
|
"babel-core": "6.1.18",
|
|
"babel-eslint": "5.0.0",
|
|
"babel-loader": "6.1.0",
|
|
"babel-plugin-add-module-exports": "0.1.2",
|
|
"babel-preset-es2015": "6.3.13",
|
|
"chai": "3.4.1",
|
|
"css-loader": "^0.26.1",
|
|
"eslint": "1.7.2",
|
|
"eslint-loader": "1.1.0",
|
|
"mocha": "2.3.4",
|
|
"node-sass": "^4.0.0",
|
|
"sass-loader": "^4.1.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "1.12.9",
|
|
"yargs": "3.32.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/krasimir/webpack-library-starter.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"es6",
|
|
"starter",
|
|
"library",
|
|
"universal",
|
|
"umd",
|
|
"commonjs"
|
|
],
|
|
"author": "Krasimir Tsonev",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/krasimir/webpack-library-starter/issues"
|
|
},
|
|
"homepage": "https://github.com/krasimir/webpack-library-starter",
|
|
"dependencies": {
|
|
"moment": "^2.17.1",
|
|
"snapsvg": "^0.4.0"
|
|
}
|
|
}
|