-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 905 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
{
"name": "hyperapp-forms",
"version": "0.1.0",
"description": "Hyperapp form state management library",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elisherer/hyperapp-forms.git"
},
"keywords": [
"hyperapp",
"form",
"forms"
],
"author": "Eli Sherer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elisherer/hyperapp-forms/issues"
},
"homepage": "https://github.com/elisherer/hyperapp-forms#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"rollup": "^0.56.2",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-uglify": "^3.0.0"
}
}