-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 856 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 856 Bytes
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
{
"name": "forkmaps-json-cryptonote",
"version": "1.0.0",
"description": "Coin data for forkmaps.com",
"main": "gulpfile.js",
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js build",
"build-dev": "node ./node_modules/gulp/bin/gulp.js build-dev",
"build-prod": "node ./node_modules/gulp/bin/gulp.js build-prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerme404/forkmaps-json-cryptonote.git"
},
"author": "JerMe404",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerme404/forkmaps-json-cryptonote/issues"
},
"homepage": "http://cryptonotetree.com",
"devDependencies": {
"ajv": "^6.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.1",
"gulp-json-concat": "^0.1.1",
"run-sequence": "^2.2.1"
}
}