This repository was archived by the owner on Mar 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments