-
Notifications
You must be signed in to change notification settings - Fork 238
/
package.json
92 lines (92 loc) · 2.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "giojs",
"version": "2.2.2",
"description": "3D Declarative Globe Info Graphic Javascript Library",
"main": "build/gio.module.js",
"directories": {
"assets": "static resource for github repo",
"doc": "document for users and contributors",
"example": "examples showing how to use Gio.js",
"test": "test scripts",
"build": "release files, build code for different environment",
"src": "source code"
},
"dependencies": {
"stats.js": "^0.17.0",
"three": "^0.102.1"
},
"devDependencies": {
"all-contributors-cli": "^5.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.2",
"isparta": "^4.1.0",
"chai": "^4.1.2",
"mocha": "^4.1.0",
"rollup": "^0.53.4",
"uglify-js": "^2.4.11"
},
"scripts": {
"start": "babel-node ./src/countryInfo/test.js",
"test": "mocha",
"cover": "babel-node ./node_modules/.bin/isparta cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"build-beautify": "rollup -c",
"build-uglify": "rollup -c && uglifyjs build/gio.js -cm --preamble \"// https://github.com/syt123450/Gio.js/blob/master/LICENSE\" --output build/gio.min.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syt123450/Gio.js.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/syt123450/Gio.js/labels/bug"
},
"homepage": "https://github.com/syt123450/Gio.js#readme",
"author": "syt123450 && BoTime",
"contributors": [
{
"name": "syt123450",
"email": "[email protected]",
"url": "https://github.com/syt123450"
},
{
"name": "BoTime",
"email": "[email protected]",
"url": "https://github.com/BoTime"
},
{
"name": "manymeeting",
"email": "[email protected]",
"url": "https://github.com/manymeeting"
},
{
"name": "zchholmes",
"email": "[email protected]",
"url": "https://github.com/zchholmes"
},
{
"name": "lq3297401",
"email": "[email protected]",
"url": "https://github.com/lq3297401"
},
{
"name": "bouyuc",
"email": "[email protected]",
"url": "https://github.com/bouyuc"
},
{
"name": "siriustom",
"email": "[email protected]",
"url": "https://github.com/siriustom"
},
{
"name": "leonsaber",
"email": "[email protected]",
"url": "https://github.com/leonsaber"
}
]
}