-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 937 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
34
35
36
37
38
39
{
"name": "@beer-garden/builder",
"version": "3.2.4",
"description": "AngularJS module to generate Angular-Schema-Form from JSON",
"author": "The Beergarden Team",
"contributors": [],
"license": "MIT",
"keywords": [
"angular"
],
"main": "dist/builder.js",
"scripts": {
"build": "webpack --config webpack.js",
"watch": "webpack --watch --config webpack.js",
"clean": "rm -r dist/"
},
"dependencies": {
"objectpath": "^1.2.1",
"package.json": "^2.0.1"
},
"peerDependencies": {
"angular": "^1.6.0",
"angular-schema-form": "1.0.0-alpha.4",
"lodash": "^4.17.5"
},
"devDependencies": {
"angular": "^1.6.0",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"publishConfig": {
"access": "public"
}
}