-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
32 lines (32 loc) · 964 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": "x-img-diff-js",
"version": "0.3.5",
"main": "src/index.js",
"description": "compare 2 images considering into translation",
"scripts": {
"build": "docker-compose run --rm emcc && npm run build:demo",
"test": "node test/test_node.js",
"build:demo": "cp -rf build demo",
"start": "cd demo; http-server -p 8000",
"gen:postjs": "babel binding-gen/post.js > bindings/post.js",
"deploy": "npm run build:demo && gh-pages -d demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reg-viz/x-img-diff-js.git"
},
"author": "Quramy",
"license": "MIT",
"bugs": {
"url": "https://github.com/reg-viz/x-img-diff-js/issues"
},
"homepage": "https://github.com/reg-viz/x-img-diff-js#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"gh-pages": "^1.0.0",
"http-server": "^0.10.0",
"pngjs": "^3.3.0"
}
}