48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
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",
|
|
"mocha": "^2.0.1",
|
|
"selenium-webdriver": "^2.44.0",
|
|
"gulp-mocha": "^2.0.0",
|
|
"gulp-exit": "0.0.2",
|
|
"starx": "~0.1.7",
|
|
"request": "~2.48.0",
|
|
"underscore": "~1.7.0",
|
|
"underscore.string": "~2.4.0",
|
|
"firefox-profile": "~0.3.6",
|
|
"async": "~0.9.0"
|
|
}
|
|
}
|