-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "scroblr",
"version": "2.2.7",
"description": "A lightweight browser extension that scrobbles the music you listen to on the web.",
"main": "GruntFile.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cgravolet/scroblr.git"
},
"author": "Charles Gravolet",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "eb6f38decdf15fc18625bf60a602db2937feb229",
"scripts": {
"build": "grunt",
"release": "grunt release",
"watch": "grunt watch"
},
"devDependencies": {
"browserify": "^3.0.1",
"grunt": "~0.4.4",
"grunt-browserify": "~1.3.2",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-jpm": "^0.1.2",
"plist": "~0.4.3"
},
"dependencies": {
"MD5": "~1.2.0",
"jquery": "~2.1.0",
"mustache": "~0.8.1"
}
}