forked from ViLPy/search-of-sounds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 937 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
35
{
"name": "search-of-sounds",
"version": "1.0.0",
"description": "JS13k entry",
"scripts": {
"dist": "NODE_ENV=production gulp",
"lint": "./node_modules/.bin/eslint ./src",
"lint:fix": "./node_modules/.bin/eslint --fix ./src",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViLPy/search-of-sounds.git"
},
"author": "Vitalii Liapin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ViLPy/search-of-sounds/issues"
},
"devDependencies": {
"eslint": "4.6.1",
"glsl-deparser": "1.0.0",
"glsl-min-stream": "1.0.0",
"glsl-parser": "2.0.0",
"glsl-tokenizer": "2.1.2",
"google-closure-compiler-js": "20170806.0.0",
"gulp": "3.9.1",
"gulp-check-filesize": "2.0.1",
"gulp-clean-css": "3.7.0",
"gulp-concat": "2.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-replace": "0.6.1",
"gulp-zip": "4.0.0"
}
}