-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
{
"name": "zhubangbang",
"version": "0.2.2",
"namespace": "zhubangbang",
"description": "a package demo",
"main": "index.js",
"dependencies": {
"bignumber.js": "^7.2.1"
},
"files": [
"src/**/*.sol"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhubangbang/zhubangbang.git"
},
"keywords": [
"javascript",
"API"
],
"author": "zhubangbang",
"authors": [
{
"name": "zhubangbang",
"email": "[email protected]",
"url": "https://github.com/zhubangbang"
}
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/zhubangbang/zhubangbang/issues"
},
"homepage": "https://github.com/zhubangbang/zhubangbang#readme",
"devDependencies": {
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"del": "^3.0.0",
"exorcist": "^1.0.1",
"gulp": "^3.9.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"vinyl-source-stream": "^2.0.0"
}
}