-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 836 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 836 Bytes
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
{
"name": "angular-youtube-lite",
"version": "1.0.1",
"description": "",
"main": "docs/angular-youtube-lite.min.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Foxeye-Rinx/angular-youtube-lite.git"
},
"author": "Foxeye-Rinx",
"license": "MIT",
"bugs": {
"url": "https://github.com/Foxeye-Rinx/angular-youtube-lite/issues"
},
"homepage": "https://github.com/Foxeye-Rinx/angular-youtube-lite#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^2.0.1"
}
}