-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 845 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
{
"private": true,
"name": "nem-petit-ico",
"description": "Mosaic sale scripts for personal or small ICO project use.",
"license": "MIT",
"author": "44uk",
"version": "0.0.1",
"homepage": "https://44uk.github.io/nem-petit-ico",
"repository": {
"type": "git",
"url": "https://github.com/44uk/nem-petit-ico.git"
},
"scripts": {
"aggregate": "node -r dotenv/config bin/aggregate.js dotenv_config_path=config/env",
"distribute": "node -r dotenv/config bin/distribute.js dotenv_config_path=config/env",
"test": "mocha --recursive"
},
"dependencies": {
"dotenv": "^4.0.0",
"fs-extra": "^4.0.2",
"lodash": "^4.17.4",
"log4js": "^2.3.11",
"nem-sdk": "^1.5.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"nock": "^9.0.28",
"timekeeper": "^2.0.0"
}
}