-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.07 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ninjadev-nin",
"version": "27.0.0",
"author": "nin contributors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ninjadev/nin"
},
"dependencies": {
"archiver": "^2.0.0",
"body-parser": "^1.18.3",
"chalk": "1.1.3",
"chokidar": "^2.0.4",
"commander": "2.9.0",
"crc": "3.4.0",
"cssauron": "^1.4.0",
"cssauron-glsl": "^1.0.0",
"eslint": "3.10.0",
"express": "^4.16.4",
"fluent-ffmpeg": "2.0.1",
"fs-extra": "6.0.1",
"glob": "7.0.3",
"glsl-deparser": "^1.0.0",
"glsl-parser": "^2.0.0",
"google-closure-compiler-js": "20180610.0.0",
"imagemin": "5.3.1",
"imagemin-jpegtran": "5.0.2",
"imagemin-zopfli": "5.1.0",
"ini": "1.3.4",
"slugify": "^1.1.0",
"sockjs": "0.3.19",
"walk": "2.3.9",
"webpack": "^4.23.1"
},
"engines": {
"node": ">=7.9.0"
},
"scripts": {
"start": "npm install && (cd nin/frontend && npm start)",
"lint": "cd nin/backend && eslint . || true"
},
"bin": {
"nin": "./nin/backend/nin"
}
}