-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 858 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
30
31
32
33
{
"name": "LinkToId",
"version": "0.0.1",
"description": "Chrome extension to allow linking to IDs on a page.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/provegard/LinkToId.git"
},
"author": "Per Rovegard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/provegard/LinkToId/issues"
},
"homepage": "https://github.com/provegard/LinkToId",
"devDependencies": {
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-karma": "^0.9.0",
"grunt-zip-to-crx": "^0.1.4",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.2"
}
}