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

Commit cc9a0ca

Browse files
committed
fixpack
1 parent 2e88ebb commit cc9a0ca

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

package.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "extplug",
3-
"version": "0.17.1",
43
"description": "Highly flexible, modular userscript extension for plug.dj.",
4+
"version": "0.17.1",
5+
"author": "Renée Kooi <renee@kooi.me>",
6+
"bugs": {
7+
"url": "https://github.com/ExtPlug/ExtPlug/issues"
8+
},
59
"dependencies": {
610
"backbone": "^1.1.2",
711
"bel": "^5.1.3",
@@ -57,18 +61,28 @@
5761
"webpack": "^3.8.1",
5862
"webpack-dev-server": "^2.9.2"
5963
},
60-
"scripts": {
61-
"prepublish": "gulp",
62-
"build": "gulp",
63-
"test": "eslint --fix --cache gulpfile.js src test",
64-
"dev": "cross-env NODE_ENV=development gulp dev",
65-
"prod": "cross-env NODE_ENV=production gulp"
64+
"directories": {
65+
"lib": "lib"
6666
},
6767
"greenkeeper": {
6868
"ignore": [
6969
"backbone",
7070
"jquery",
7171
"underscore"
7272
]
73+
},
74+
"homepage": "https://github.com/ExtPlug/ExtPlug#readme",
75+
"keywords": [],
76+
"license": "MIT",
77+
"repository": {
78+
"type": "git",
79+
"url": "git+https://github.com/ExtPlug/ExtPlug.git"
80+
},
81+
"scripts": {
82+
"build": "gulp",
83+
"dev": "cross-env NODE_ENV=development gulp dev",
84+
"prepublish": "gulp",
85+
"prod": "cross-env NODE_ENV=production gulp",
86+
"test": "eslint --fix --cache gulpfile.js src test"
7387
}
7488
}

0 commit comments

Comments
 (0)