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