Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 310e9c0

Browse files
committed
fixpack
1 parent 06b3eaf commit 310e9c0

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

package.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
{
22
"name": "extplug-cli",
3+
"description": "CLI for building and bundling ExtPlug plugins.",
34
"version": "1.4.0",
4-
"description": "",
5-
"main": "index.js",
5+
"author": "Renée Kooi <renee@kooi.me>",
66
"bin": {
77
"extplug": "bin/extplug"
88
},
9-
"scripts": {
10-
"build": "gulp",
11-
"prepublish": "npm run build",
12-
"test": "eslint ."
9+
"bugs": {
10+
"url": "https://github.com/extplug/extplug-cli/issues"
1311
},
14-
"keywords": [],
15-
"author": "Renée Kooi <renee@kooi.me>",
16-
"license": "MIT",
1712
"dependencies": {
1813
"babel-core": "^6.26.0",
1914
"babel-loader": "^7.1.2",
@@ -47,5 +42,23 @@
4742
"gulp-util": "^3.0.8",
4843
"gulp-watch": "^4.3.11",
4944
"through2": "^2.0.3"
45+
},
46+
"directories": {
47+
"lib": "lib"
48+
},
49+
"homepage": "https://github.com/extplug/extplug-cli#readme",
50+
"keywords": [
51+
"extplug"
52+
],
53+
"license": "MIT",
54+
"main": "index.js",
55+
"repository": {
56+
"type": "git",
57+
"url": "git+https://github.com/extplug/extplug-cli.git"
58+
},
59+
"scripts": {
60+
"build": "gulp",
61+
"prepublish": "npm run build",
62+
"test": "eslint ."
5063
}
5164
}

0 commit comments

Comments
 (0)