-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 881 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
{
"name": "baccano",
"version": "2.1.1",
"description": "Railway-oriented programming helper library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "rollup -c"
},
"author": "John Paul Ada",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.7.0",
"rollup-plugin-babel": "^3.0.5",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify-es": "^0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnpaulada/baccano.git"
},
"keywords": [
"railway-oriented-programming",
"javascript"
],
"bugs": {
"url": "https://github.com/johnpaulada/baccano/issues"
},
"homepage": "https://github.com/johnpaulada/baccano#readme"
}