-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 820 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
{
"name": "imagemagick-native-promise",
"version": "1.0.3",
"description": "Promise wrapper for node-imagemagick-native library",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"keywords": [
"node-imagemagick-native",
"imagemagick-native",
"imagemagick",
"promise"
],
"author": "greenlikeorange <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/greenlikeorange/imagemagick-native-promise.git"
},
"bugs": {
"url": "https://github.com/greenlikeorange/imagemagick-native-promise/issues"
},
"homepage": "https://github.com/greenlikeorange/imagemagick-native-promise",
"dependencies": {
"imagemagick-native": "^1.9.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0"
}
}