-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "insomnia-the-game",
"version": "1.0.2",
"description": "Insomnia game, thesis project @foivz https://capjavert.github.io/insomnia/",
"main": "src/index.js",
"scripts": {
"start": "gulp",
"production": "gulp --production",
"build": "gulp build --production",
"test": "gulp test",
"deploy": "npm run build && now --target production"
},
"repository": {
"type": "git",
"url": "https://github.com/capJavert/insomnia-the-game"
},
"author": "Ante Barić",
"devDependencies": {
"babelify": "^6.1.3",
"browser-sync": "^2.8.0",
"browserify": "^11.0.0",
"del": "^1.2.0",
"eslint": "^6.6.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-if": "^1.2.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.16.1"
},
"dependencies": {
"phaser": "^2.4.1",
"zepto": "^1.2.0"
},
"engines": {
"node": "10.x"
}
}