-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.19 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "aimgames-travis",
"version": "4.2.0",
"url": "https://github.com/HulaSamsquanch/aimgames.git",
"email": "samsquanchhunter14@gmail.com",
"license": "MIT",
"devDependencies": {
"eslint": "^5.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HulaSamsquanch/aimgames.git"
},
"scripts": {
"lint": "eslint . || exit 0"
},
"droneVersion": "7.upright.5.1.kaoliangs.1457204914.7",
"dependencies": {
"autoprefixer": "^9.3.1",
"clean-css": "^4.2.1",
"fast-glob": "^2.2.4",
"fsxt": "^11.1.1",
"postcss": "^7.0.36",
"strip-json-comments": "^2.0.1",
"uglify-js": "^3.4.9"
},
"browserslist": [
"Android > 0",
"Baidu > 0",
"BlackBerry > 0",
"Chrome > 0",
"ChromeAndroid > 0",
"Edge > 0",
"Electron > 0",
"Explorer > 0",
"ExplorerMobile > 0",
"Firefox > 0",
"FirefoxAndroid > 0",
"iOS > 0",
"Opera > 0",
"OperaMini > 0",
"OperaMobile > 0",
"QQAndroid > 0",
"Safari > 0",
"Samsung > 0",
"UCAndroid > 0",
"node 10",
"node 9",
"node 8",
"node 7",
"node 6",
"node 5",
"node 4",
"node 0.10",
"node 0.12",
"current node"
]
}