38 lines
989 B
JSON
38 lines
989 B
JSON
{
|
|
"name": "octotree",
|
|
"version": "1.0.0",
|
|
"description": "Display GitHub code in tree format",
|
|
"main": "inject.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/buunguyen/octotree"
|
|
},
|
|
"author": "Buu Nguyen <buunguyen@gmail.com> (https://github.com/buunguyen)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/buunguyen/octotree/issues"
|
|
},
|
|
"homepage": "https://github.com/buunguyen/octotree",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.6",
|
|
"gulp-clean": "^0.3.1",
|
|
"event-stream": "*",
|
|
"gulp-run-sequence": "*",
|
|
"gulp-autoprefixer": "0.0.8",
|
|
"gulp-less": "^1.3.1",
|
|
"map-stream": "*",
|
|
"gulp-util": "^2.2.20",
|
|
"stream-series": "*",
|
|
"gulp-concat": "*",
|
|
"gulp-preprocess": "^1.1.1",
|
|
"gulp-load-plugins": "^0.5.3",
|
|
"gulp-run": "^1.6.4",
|
|
"gulp-zip": "^2.0.1",
|
|
"crx": "^0.4.4",
|
|
"gulp-rename": "^1.2.0"
|
|
}
|
|
}
|