-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "subscription-feed-for-youtube",
"version": "2.0.0",
"description": "Google Chrome extension for monitoring YouTube channels for new videos.",
"private": true,
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jurca/subscription-feed-for-youtube.git"
},
"keywords": [
"google-chrome",
"chrome",
"extension",
"youtube"
],
"author": "Martin Jurča <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jurca/subscription-feed-for-youtube/issues"
},
"homepage": "https://github.com/jurca/subscription-feed-for-youtube",
"dependencies": {},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babelify": "7.3.0",
"browserify": "13.1.1",
"gulp": "github:gulpjs/gulp#e9e5ab7",
"gulp-babel": "6.1.2",
"gulp-change": "1.0.0",
"idb-entity": "0.1.2",
"indexed-db.es6": "0.5.4",
"js-lock": "0.1.1",
"jurca-di": "0.2.0",
"moment": "2.17.1",
"namespace-proxy": "0.1.1",
"sf4yt-gapi-client": "github:jurca/sf4yt-gapi-client#0.8.0",
"vinyl-source-stream": "1.1.0"
},
"engines": {
"node": ">=6.9.2",
"npm": "~3.10.9"
}
}