-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 806 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": "nonogram",
"version": "0.8.0",
"description": "Edit, play and solve nonograms.",
"main": "docs/nonogram.min.js",
"scripts": {
"start": "rollup -cw",
"build": "rollup -c && minify docs/nonogram.js --outFile docs/nonogram.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/HandsomeOne/Nonogram.git"
},
"keywords": [
"nonogram",
"puzzle"
],
"author": "Zhou Qi <i@handsomeone.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HandsomeOne/Nonogram/issues"
},
"homepage": "https://github.com/HandsomeOne/Nonogram",
"devDependencies": {
"babel-minify": "^0.2.0",
"rollup": "^0.50.0",
"rollup-plugin-bundle-worker": "^0.1.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.6.1"
}
}