-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.02 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
42
43
44
45
{
"name": "incredible",
"version": "0.3.2",
"description": "快速将图片传送到七牛CDN上并进行处理的工具",
"main": "app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/tjwudi/incredible.git"
},
"keywords": [
"cdn",
"image"
],
"author": "John Wu <[email protected]> (https://github.com/tjwudi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwudi/incredible/issues"
},
"homepage": "https://github.com/tjwudi/incredible",
"dependencies": {
"async": "^0.9.0",
"nedb": "^0.11.1",
"qiniu": "^6.1.6",
"sha1": "^1.1.0",
"underscore": "^1.7.0"
},
"window": {
"min_width": 860,
"max_width": 860,
"width": 860,
"max_height": 560,
"min_height": 560,
"height": 560,
"toolbar": true,
"frame": true
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-ngdocs": "^0.2.6",
"load-grunt-tasks": "^1.0.0"
}
}