-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 1.01 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
{
"name": "akasha-id-client",
"version": "1.0.0",
"description": "Client library for AKASHA.id",
"main": "dist/akasha-id-client.js",
"module": "src/index.js",
"scripts": {
"build": "webpack -p",
"testhub": "node ./node_modules/signalhub/bin.js -p 8888 listen &>/dev/null",
"test-only": "concurrently -k -s first \"npm run testhub\" \"mocha-headless-chrome -f ./test/index.html\"",
"test": "npm run build && npm run test-only"
},
"dependencies": {
"easy-web-crypto": "^1.0.4",
"signalhub": "^4.9.0"
},
"devDependencies": {
"babel": "^6.23.0",
"chai": "^4.2.0",
"concurrently": "^4.1.2",
"mocha": "^6.2.0",
"mocha-headless-chrome": "^2.0.3",
"standard": "^13.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"akasha-id-wallet": "git+https://github.com/AkashaProject/akasha-id-wallet"
},
"author": "Andrei Sambra <andrei.sambra@akasha.world> (https://akasha.org/)"
}