-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 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
{
"name": "discogs-embed",
"version": "0.1.9",
"description": "Embeddable widget for a Discogs music database entry",
"main": "discogs-embed.js",
"scripts": {
"prepublish": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moonwave99/discogs-embed"
},
"author": "moonwave99",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonwave99/discogs-embed/issues"
},
"homepage": "https://github.com/moonwave99/discogs-embed",
"devDependencies": {
"bootstrap": "^3.3.0",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.4.0",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-handlebars": "^0.9.1",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-css": "^0.5.4",
"load-grunt-tasks": "^0.4.0",
"nib": "^1.0.4",
"uglify-js": "^2.4.15"
}
}