-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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
{
"name": "pixboost-js",
"version": "1.4.0",
"description": "Library to integrate Pixboost service into web applications that are not using shadow DOM",
"main": "pixboost.js",
"scripts": {
"test": "mocha ./test/*.spec.js",
"prepare": "node release.js",
"server": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pixboost/pixboost-js.git"
},
"keywords": [
"pixboost",
"image",
"manipulations"
],
"author": "Pixboost",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pixboost/pixboost-js/issues"
},
"homepage": "https://github.com/Pixboost/pixboost-js#readme",
"devDependencies": {
"http-server": "^0.11.1",
"jsdom": "^11.5.1",
"mocha": "^5.0.0",
"mq-polyfill": "^1.1.8",
"rimraf": "^2.6.2",
"uglify-js": "^3.3.11"
}
}