-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 903 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
33
34
{
"name": "static-anime",
"version": "1.0.0",
"description": "static files generator for animes",
"main": "app.js",
"scripts": {
"0": "node app.js 0",
"1": "node app.js 1",
"2": "node app.js 2",
"css": "node_modules/.bin/cleancss -o public/static/css.css site/static/css.css",
"js": "for %g in (site/static/*.js) do @\"node_modules/.bin/uglifyjs\" -o public/static/%g site/static/%g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piNot3/static-anime.git"
},
"keywords": [
"anime",
"static",
"fast"
],
"author": "piNot3",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/piNot3/static-anime/issues"
},
"homepage": "https://github.com/piNot3/static-anime#readme",
"dependencies": {
"clean-css": "^3.4.19",
"html-minifier": "^3.0.2",
"mustache": "^2.2.1",
"uglifyjs": "^2.4.10"
}
}