-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 806 Bytes
/
package.json
File metadata and controls
39 lines (39 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
32
33
34
35
36
37
38
39
{
"name": "HTMLTools",
"version": "1.0.0",
"description": "Javascript&Css Optimization Tools",
"main": "html/jshelper.html",
"window": {
"toolbar": true,
"frame": true,
"width": 660,
"height": 500
},
"scripts": {
"test": "test",
"start": "nodewebkit"
},
"repository": {
"type": "git",
"url": "https://github.com/Michael00767/htmltools.git"
},
"keywords": [
"node",
"javascript",
"css",
"optimization",
"tools"
],
"author": "Michael",
"license": "MIT",
"bugs": {
"url": "https://github.com/Michael00767/htmltools/issues"
},
"homepage": "https://github.com/Michael00767/htmltools",
"dependencies": {
"bootstrap": "^3.3.2",
"clean-css": "^3.1.6",
"nodewebkit": "^0.11.6",
"uglify-js": "^2.4.17"
}
}