-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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": "compositr",
"version": "0.9.4",
"description": "Use canvas to easily composite images. Supports file uploading and image URLs.",
"main": "index.js",
"scripts": {
"webpack": "webpack --progress --colors --watch --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madeagency/compositr.git"
},
"keywords": [
"canvas",
"photo",
"picture",
"manipulation",
"generation",
"javascript"
],
"author": "Ross Berkland, Made Agency",
"license": "MIT",
"bugs": {
"url": "https://github.com/madeagency/compositr/issues"
},
"homepage": "https://github.com/madeagency/compositr#readme",
"dependencies": {
"blueimp-load-image": "^2.10.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-latest": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"watchify": "^3.9.0",
"webpack": "^2.2.1"
}
}