-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.13 KB
/
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
{
"name": "uat-chooser",
"version": "0.1.0",
"description": "Choose concepts from the Unified Astronomy Thesaurus",
"main": "src/index.js",
"scripts": {
"concat": "concat -o dist/combined.js vendor/builder.js vendor/effects.js vendor/controls.js src/ejp_uat.js src/index.js",
"pack": "webpack",
"build": "npm run concat && npm run pack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AASJournals/uat-chooser.git"
},
"keywords": [
"astronomy",
"science"
],
"author": "eJournalPress, Inc. and the American Astronomical Society",
"license": "MIT",
"bugs": {
"url": "https://github.com/AASJournals/uat-chooser/issues"
},
"homepage": "https://github.com/AASJournals/uat-chooser#readme",
"devDependencies": {
"concat": "^1.0.3",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"remove-strict-webpack-plugin": "^0.1.2",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
}
}