forked from web-scrobbler/web-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 803 Bytes
/
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
{
"name": "web-scrobbler",
"version": "1.0.0",
"author": "David Šabata <[email protected]>",
"description": "Dummy package for maintaining dev dependencies of Web Scrobbler browser extension. The package is not published anywhere",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/david-sabata/Chrome-Last.fm-Scrobbler.git"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-compress": "~1.2.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jsonlint": "^1.0.4",
"grunt-lintspaces": "^0.7.1",
"jshint": "~2.9.1-rc1",
"jshint-stylish": "~2.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt"
},
"license": "MIT"
}