-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 903 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
{
"name": "@theopenweb/jsonform-loader",
"version": "1.0.0",
"description": "Loader for jsonform",
"main": "index.js",
"scripts": {
"build": "browserify index.js -o ./dist/bundle.js"
},
"keywords": ["jsonform", "loader", "dependencies"],
"repository": {
"type": "git",
"url": "git+https://github.com/theopenwebjp/jsonform-loader.git"
},
"author": "The Open Web <[email protected]> (https://theopenweb.jp)",
"contributors": [
"Damien Golding <[email protected]> (https://damiengolding.com)"
],
"homepage": "https://theopenweb.info",
"bugs": {
"url": "https://github.com/theopenwebjp/jsonform-loader/issues"
},
"private": false,
"license": "MIT",
"dependencies": {
"js-functions": "git+https://github.com/goldingdamien/js-functions.git",
"jsonform": "^2.2.5"
},
"devDependencies": {
"browserify": "^16.2.3"
}
}