-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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": "raidencashcore-build",
"version": "1.7.7",
"description": "A helper for common tasks to build raidencashcore modules",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/solaris-rig/raidencashcore-build.git"
},
"keywords": [
"raidencash",
"raidencashcore",
"XRN"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/solaris-rig/raidencashcore-build/issues"
},
"homepage": "https://solaris-rig/raidencashcore-build.git",
"dependencies": {
"acorn": "^6.0.4",
"brfs": "^1.4.3",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-bump": "^2.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-git": "^2.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.0",
"istanbul": "^0.4.5",
"karma": "^3.1.4",
"karma-detect-browsers": "^2.2.4",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.11",
"mocha": "^4.0.0",
"plato": "^1.7.0",
"run-sequence": "^1.2.2",
"cryptiles": "^4.1.2",
"hoek": "^4.2.1",
"tunnel-agent": "^0.6.0"
}
}