forked from Dave-Hughes/MerchantGameDB
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "merchantgamedb",
"version": "1.0.0",
"description": "Package manager for MerchantGameDB.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set NODE_ENV=production&&gulp",
"dev": "set NODE_ENV=dev&&gulp dev",
"qa": "set NODE_ENV=production&&gulp dev",
"search": "set NODE_ENV=production&&gulp regenerate-search&&gulp pack-json",
"buildbeta": "set NODE_ENV=production&&gulp --cwd ./BETA/ default",
"searchbeta": "set NODE_ENV=production&&gulp --cwd ./BETA/ regenerate-search&&gulp --cwd ./BETA/ pack-json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chirpizard/MerchantGameDB.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chirpizard/MerchantGameDB/issues"
},
"homepage": "https://github.com/Chirpizard/MerchantGameDB#readme",
"devDependencies": {
"fs-extra": "^5.0.0",
"lite-server": "^2.4.0",
"run-sequence": "^2.2.0"
},
"dependencies": {
"graceful-fs": "^4.1.11",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-jsoncombine": "^1.0.3",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^6.9.0"
}
}