-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 974 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
39
40
41
{
"name": "minigameforrelax",
"version": "1.0.0",
"description": "All minigame",
"main": "index.js",
"scripts": {
"dev": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tungtran85/MiniGrameForRelax.git"
},
"keywords": [
"game",
"minigame"
],
"author": "Tran Thanh Tung",
"license": "MIT",
"bugs": {
"url": "https://github.com/tungtran85/MiniGrameForRelax/issues"
},
"homepage": "https://github.com/tungtran85/MiniGrameForRelax#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"cssnano": "^3.8.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-postcss": "^6.2.0",
"normalize": "^0.3.1",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.2.0",
"require-dir": "^0.3.1"
},
"dependencies": {
"axios": "^0.15.2",
"jquery": "^3.1.1",
"milligram": "^1.2.0",
"postcss-nested": "^1.0.0"
}
}