-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "abi2html.js",
"version": "0.5.0",
"description": "library to enhance solidity types",
"main": "",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"event-stream": "^3.1.4",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^2.0.0",
"gulp-cdnizer": "^1.1.6",
"gulp-clean": "~0.3.0",
"gulp-coffee": "~1.4.2",
"gulp-concat": "~2.1.7",
"gulp-connect": "~2.0.5",
"gulp-csso": "~0.2.9",
"gulp-imagemin": "~0.6.1",
"gulp-inject": "~3.0.0",
"gulp-jade": "~0.3.0",
"gulp-jshint": "~1.6.3",
"gulp-less": "~1.2.3",
"gulp-livereload": "~2.1.0",
"gulp-load-plugins": "~0.5.2",
"gulp-open": "~0.2.8",
"gulp-order": "~1.1.1",
"gulp-rename": "^1.2.2",
"gulp-size": "~0.4.0",
"gulp-uglify": "~0.1.0",
"gulp-using": "0.0.1",
"gulp-util": "~2.2.17",
"gulp-watch": "~0.6.8",
"gulp-zip": "~0.4.0",
"i18next-parser": "^0.3.2",
"marked": "~0.3.0",
"tiny-lr": "0.0.7"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgerring/abi2html.js.git"
},
"author": "Taylor Gerring",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgerring/abi2html.js/issues"
},
"homepage": "https://github.com/tgerring/abi2html.js#readme"
}