-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "impermanence",
"version": "0.5.0",
"description": "An Ethereum based DMMOG",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.4.7",
"express": "^4.14.1",
"mithril": "^1.0.0",
"web3": "^0.15.3"
},
"devDependencies": {
"browserify": "^14.0.0",
"browserify-middleware": "^7.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"watchify": "^3.7.0",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"gulp-multi-process": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-util": "^3.0.7",
"sinon": "^1.17.3",
"ethereumjs-testrpc": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smithgift/Impermanence.git"
},
"author": "Matthew P. Schmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/Smithgift/Impermanence/issues"
},
"homepage": "https://github.com/Smithgift/Impermanence#readme"
}