-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
33 lines (33 loc) · 974 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": "seemple-parse-form",
"version": "2.4.17",
"description": "Binds named fields of HTML5 form",
"main": "index.js",
"scripts": {
"test": "npm run cover",
"cover": "../../node_modules/.bin/babel-node ../../node_modules/.bin/babel-istanbul cover test/index.js",
"npm-compile": "babel src -d npm && cp package.json npm/package.json && cp README.md npm/README.md",
"build": "../../node_modules/.bin/webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://github.com/finom/seemple-parse-form.git"
},
"keywords": [
"seemplejs",
"codemirror"
],
"author": "Andrey Gubanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/finom/seemple-parse-form/issues"
},
"homepage": "https://github.com/finom/seemple-parse-form#readme",
"peerDependencies": {
"seemple": "2.x"
},
"dependencies": {
"balajs": "^1.0.7"
},
"gitHead": "73cc162ade078967f510f052ee94a782a807a8af"
}