-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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": "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"
},
"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.2.2",
"run-sequence": "^2.2.0"
},
"dependencies": {
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"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.1.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.5.3",
"sprity": "^1.0.8"
}
}