generated from anqisoft/ts_template_simplest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 859 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": "@dishanqian/dices",
"version": "0.1.3",
"description": "Provide the basic constants and functions for dices using svg.",
"main": "dist/dices.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anqisoft/dices.git"
},
"keywords": [
"h5",
"svg",
"dices",
"anqi"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anqisoft/dices/issues"
},
"homepage": "https://github.com/anqisoft/dices#readme",
"files": [
"src/*.ts",
"dist/*.js",
"types/*.d.ts",
"doc/*.*",
"test/*.ts",
"test/*.htm",
"test/js/*.js"
],
"dependencies": {
"@dishanqian/h5_base": "^0.0.1"
}
}