-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 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
{
"name": "lavamark",
"version": "1.0.1",
"description": "Watermark your text invisibly easily",
"main": "src/index.js",
"scripts": {
"build": "npm run build-node & npm run build-browser",
"build-node": "npx webpack --config webpack.config.js",
"build-browser": "npx webpack --config webpack.browser.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XaoticLabs/lavamark.js.git"
},
"keywords": [
"watermark",
"lava",
"invisible",
"string"
],
"author": "Xaotic",
"license": "MIT",
"bugs": {
"url": "https://github.com/XaoticLabs/lavamark.js/issues"
},
"homepage": "https://github.com/XaoticLabs/lavamark.js#readme",
"devDependencies": {
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
}
}