-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 885 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
36
37
38
{
"name": "3angle",
"version": "0.0.2",
"description": "Game",
"main": "gulpfile.js",
"scripts": {
"test": "ava --verbose",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Luchanso/3angle.git"
},
"keywords": [
"game"
],
"author": "Loutchansky Oleg",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Luchanso/3angle/issues"
},
"homepage": "https://gitlab.com/Luchanso/3angle#README",
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"phaser": "^2.6.2",
"snyk": "^1.41.1"
},
"devDependencies": {},
"snyk": true
}