-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
34 lines (34 loc) · 959 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": "paletools",
"version": "1.0.0",
"description": "Set of tools for EA Sports FIFA WebApp to improve the market usage experience",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-javascript-obfuscator": "^1.1.6",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-scan": "^0.1.4",
"gulp-strip-comments": "^2.5.2",
"gulp-wrap": "^0.15.0",
"through2": "^3.0.1"
},
"scripts": {
"build": "npm install && gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eallegretta/paletools.git"
},
"author": "Paleta",
"license": "ISC",
"bugs": {
"url": "https://github.com/eallegretta/paletools/issues"
},
"homepage": "https://github.com/eallegretta/paletools#readme",
"dependencies": {}
}