-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
35 lines (35 loc) · 853 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
34
35
{
"name": "dropship-chrome",
"version": "0.1.9",
"description": "Chrome extension for downloading files straight to Dropbox",
"keywords": ["dropbox", "download"],
"homepage": "http://github.com/pwnall/dropship-chrome",
"author": "Victor Costan <[email protected]> (http://www.costan.us)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pwnall/dropship-chrome.git"
},
"engines": {
"chrome": ">= 33"
},
"devDependencies": {
"async": ">= 0.9.0",
"codo": ">= 2.0.9",
"coffee-script": ">= 1.8.0",
"fs-extra": ">= 0.6.1",
"glob": ">= 4.3.1",
"less": ">= 2.1.1",
"remove": ">= 0.1.5",
"uglify-js": ">= 2.4.15",
"watch": ">= 0.8.0"
},
"directories": {
"doc": "doc",
"src": "src",
"test": "test"
},
"scripts": {
"test": "cake test"
}
}