-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 Bytes
/
package.json
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
{
"name": "logic-machine",
"version": "0.4.0",
"description": "A logic machine for JS",
"main": "bundle.js",
"scripts": {
"test": "npm run build; tap ./tests/index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JWo1F/logic-machine.git"
},
"keywords": [
"logic",
"machine",
"state",
"automation",
"finite"
],
"author": "JWo1F",
"license": "MIT",
"bugs": {
"url": "https://github.com/JWo1F/logic-machine/issues"
},
"homepage": "https://github.com/JWo1F/logic-machine#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-preset-es2015": "^6.14.0",
"tap": "^7.1.0",
"webpack": "^1.13.2"
}
}