-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "state-machine",
"version": "2.0.1",
"description": "",
"main": "./public/index.js",
"scripts": {
"build:watch": ".\\node_modules\\.bin\\webpack --watch",
"build:dev": ".\\node_modules\\.bin\\webpack",
"build:prod": ".\\node_modules\\.bin\\webpack --config webpack.config.publish.js",
"test": "node .\\node_modules\\karma\\bin\\karma start"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphlib": "2.1.1",
"promise-defer": "1.0.0"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.14.0",
"browserify": "13.1.0",
"chai": "3.5.0",
"karma": "1.2.0",
"karma-babel-preprocessor": "6.0.1",
"karma-browserify": "5.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-mocha": "1.1.1",
"karma-webpack": "1.8.0",
"mocha": "3.0.2",
"watchify": "3.7.0",
"webpack": "1.13.2"
}
}