GitCodeTree/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2014-05-14 12:22:09 +08:00
{
2018-04-02 15:50:17 +08:00
"name": "GiteeTree",
2019-12-04 11:04:44 +08:00
"version": "2.4.9",
2017-03-11 05:14:48 +08:00
"description": "Code tree for GitHub",
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",
2018-04-02 15:50:17 +08:00
"url": "https://gitee.com/oschina/GitCodeTree"
2014-05-14 12:22:09 +08:00
},
2018-04-02 15:50:17 +08:00
"author": "Gitee <git@oscina.cn> (https://gitee.com/oschina/GitCodeTree)",
"license": "AGPL",
2014-05-14 12:22:09 +08:00
"bugs": {
2018-04-02 15:50:17 +08:00
"url": "https://gitee.com/oschina/GitCodeTree/issues"
2014-05-14 12:22:09 +08:00
},
2018-04-02 15:50:17 +08:00
"homepage": "https://gitee.com/oschina/GitCodeTree",
2014-05-14 12:22:09 +08:00
"devDependencies": {
"async": "~0.9.0",
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"chromedriver": "^2.21.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-crx-pack": "^1.0.1",
"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",
2016-02-12 02:28:01 +08:00
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^1.1.1",
2016-05-18 12:52:33 +08:00
"gulp-rename": "^1.2.2",
"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",
2016-02-24 11:30:21 +08:00
"gulp-zip": "^2.0.3",
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
}
}