-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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": "policy-client",
"version": "0.0.4",
"description": "A client in js for PolicyServer1",
"main": "lib/policy-server.min.js",
"scripts": {
"compile": "webpack --config webpack.config.js",
"watch": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angelinsky7/policy-client-js.git"
},
"keywords": [
"PolicyServer1",
"client",
"js"
],
"author": "Steven de Marco",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Angelinsky7/policy-client-js/issues"
},
"homepage": "https://github.com/Angelinsky7/policy-client-js#readme",
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
}
}