-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "gmusic-theme.js",
"description": "Browser-side JS library for theming Google Music",
"version": "2.1.18",
"homepage": "https://github.com/gmusic-utils/gmusic-theme.js#readme",
"author": {
"name": "Samuel Attard",
"email": "[email protected]",
"url": "samuelattard.com"
},
"main": "dist/gmusic-theme.js",
"scripts": {
"build": "grunt build",
"prepublish": "npm run build",
"test": "grunt test",
"lint": "grunt eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmusic-utils/gmusic-theme.js.git"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/gmusic-utils/gmusic-theme.js/issues"
},
"dependencies": {
"color": "^0.11.0",
"brfs": "^1.4.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.3.13",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "^0.2.2",
"gruntify-eslint": "^3.0.0",
"rework": "^1.0.1",
"rework-comments": "^1.0.0",
"rework-important": "0.0.1",
"rework-namespace-css": "^0.1.4"
}
}