-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "@galtproject/geodesic",
"version": "0.1.0",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@galtproject/eslint-config-galt": "^1.1.0",
"@galtproject/libs": "git+ssh://[email protected]/galtspace/galtproject-libs.git#7c78e38",
"@galtproject/math": "git+ssh://[email protected]/galtspace/galtproject-math.git#e235c33",
"@galtproject/utils": "git://github.com/galtspace/galtproject-utils-js.git#794e121",
"ethlint": "1.2.5",
"ganache-core": "2.8.0",
"lodash": "^4.17.11",
"@openzeppelin/contracts": "2.4.0",
"p-iteration": "^1.1.7",
"truffle": "5.1.2",
"typedarray-to-buffer": "^3.1.5",
"web3": "1.2.4"
},
"engines": {
"node": ">=10.15.1"
},
"repository": "https://github.com/galtproject/galtproject-geodesic",
"scripts": {
"compile": "truffle compile",
"eslint": "eslint .",
"eslint-fix": "eslint . --fix",
"ethlint": "solium --dir .",
"test": "truffle test --network test"
},
"author": "",
"license": "ISC"
}