-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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": "@arekx/data-flow-js",
"version": "1.1.12",
"description": "Data binding and handling and rendering JS library",
"main": "dist/data-flow.min.js",
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c rollup-build.config.js",
"build-dev": "rollup -c rollup.config.js",
"test": "jest"
},
"author": "Aleksandar Panic",
"license": "MIT",
"keywords": [
"pure",
"js",
"databinding",
"one-way",
"two-way",
"oneway",
"twoway",
"library",
"configurable"
],
"homepage": "https://github.com/ArekX/DataFlowJS",
"bugs": "https://github.com/ArekX/DataFlowJS/issues",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"jest": "^23.6.0",
"jsdom": "^12.0.0",
"rollup": "^0.66.6",
"rollup-plugin-uglify": "^6.0.0",
"merge": "^1.2.1"
}
}