-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.41 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
51
52
53
54
55
56
57
{
"name": "gmusic-mini-player.js",
"description": "",
"version": "2.0.11",
"homepage": "https://github.com/GPMDP/gmusic-mini-player.js#readme",
"author": {
"name": "Samuel Attard",
"email": "samuel.r.attard@gmail.com",
"url": "samuelattard.com"
},
"main": "dist/gmusic-mini-player.js",
"scripts": {
"build": "gulp build",
"lint": "eslint src",
"prepublish": "npm run build",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GPMDP/gmusic-mini-player.js.git"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/GPMDP/gmusic-mini-player.js/issues"
},
"dependencies": {
"brfs": "^1.4.2",
"gmusic.js": "^6.1.5"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"clean-css": "^3.4.8",
"eslint": "^3.1.0",
"eslint-config-airbnb-base": "^4.0.2",
"eslint-plugin-import": "^1.12.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"rework": "^1.0.1",
"rework-comments": "^1.0.0",
"rework-important": "0.0.1",
"rework-namespace-css": "^0.1.4"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-class-properties"
]
}
}