GitCodeTree/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2014-05-14 12:22:09 +08:00
{
"name": "octotree",
2016-02-01 11:18:36 +08:00
"version": "2.0.4",
2015-12-18 12:19:16 +08:00
"description": "Code tree for GitHub and GitLab",
2014-05-14 12:22:09 +08:00
"main": "inject.js",
"scripts": {
2015-12-11 03:18:04 +08:00
"build": "gulp",
"test": "gulp test",
"dist": "gulp dist",
2015-12-11 03:18:04 +08:00
"ff": "cd ./tmp/firefox && jpm run"
2014-05-14 12:22:09 +08:00
},
"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": {
"async": "~0.9.0",
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"crx": "^0.4.4",
2014-07-11 07:53:08 +08:00
"event-stream": "*",
"firefox-profile": "~0.3.6",
2016-01-01 03:24:17 +08:00
"gulp": "^3.9.0",
2014-07-11 07:53:08 +08:00
"gulp-autoprefixer": "0.0.8",
"gulp-babel": "^6.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "*",
"gulp-exit": "0.0.2",
"gulp-less": "^1.3.1",
2014-08-21 03:49:37 +08:00
"gulp-load-plugins": "^0.5.3",
"gulp-mocha": "2.0.0",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
2014-08-21 03:49:37 +08:00
"gulp-run": "^1.6.4",
"gulp-run-sequence": "*",
"gulp-util": "^2.2.20",
2014-08-21 03:49:37 +08:00
"gulp-zip": "^2.0.1",
2015-12-20 17:04:37 +08:00
"jpm": "^1.0.4",
"map-stream": "*",
2015-06-04 04:02:41 +08:00
"mocha": "2.0.1",
"request": "~2.48.0",
2015-06-04 04:02:41 +08:00
"selenium-webdriver": "2.44.0",
2014-11-25 10:56:03 +08:00
"starx": "~0.1.7",
"stream-series": "*",
2014-11-25 10:56:03 +08:00
"underscore": "~1.7.0",
"underscore.string": "~2.4.0"
2014-05-14 12:22:09 +08:00
}
}