UNPKG

1.2 kBJSONView Raw
1{
2 "name": "gantt-engine",
3 "version": "1.3.4",
4 "main": "dist/gantt-engine.cjs.js",
5 "module": "dist/gantt-engine.esm.js",
6 "dependencies": {
7 "@babel/preset-env": "^7.1.0",
8 "array-starts-with": "^1.0.2",
9 "is-empty": "^1.2.0",
10 "is-var-name": "^2.0.0",
11 "timestring": "^5.0.1"
12 },
13 "devDependencies": {
14 "@babel/core": "^7.1.2",
15 "@babel/plugin-external-helpers": "^7.0.0",
16 "@babel/polyfill": "^7.0.0",
17 "@babel/register": "^7.0.0",
18 "babel-plugin-add-module-exports": "^1.0.0",
19 "babel-polyfill": "^6.26.0",
20 "dateformat": "^3.0.3",
21 "mocha": "^5.2.0",
22 "rollup": "^0.66.6",
23 "rollup-plugin-babel": "^4.0.3",
24 "rollup-plugin-commonjs": "^8.0.2",
25 "rollup-plugin-node-resolve": "^3.0.0",
26 "should": "^13.2.3",
27 "should-sinon": "^0.0.6",
28 "sinon": "^6.3.5",
29 "standard": "^12.0.1"
30 },
31 "scripts": {
32 "build": "rollup -c",
33 "dev": "rollup -c -w",
34 "test": "mocha --watch --require @babel/register --require @babel/polyfill --require source-map-support",
35 "prepublish": "rollup -c"
36 },
37 "standard": {
38 "globals": [
39 "describe",
40 "it",
41 "beforeEach"
42 ]
43 },
44 "files": [
45 "dist"
46 ]
47}