-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
36
37
38
39
40
41
42
43
{
"name": "gcmd-keywords",
"version": "8.6.1",
"description": "'JSON-formatted Global Change Master Directory (GCMD) Keywords'",
"main": "index.js",
"module": "src/main.js",
"browser": "dist/mdkeywords.umd.js",
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c",
"test": "mocha",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adiwg/gcmd-keywords.git"
},
"files": [
"resources",
"src",
"dist"
],
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/adiwg/gcmd-keywords/issues"
},
"homepage": "https://github.com/adiwg/gcmd-keywords#readme",
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.1.1",
"rollup": "^0.67.4",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^3.0.0"
}
}