-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 874 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 874 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
31
32
33
34
35
{
"name": "coinative-core",
"version": "0.0.1",
"homepage": "https://github.com/IonDriveSoftware/coinative-core",
"authors": [
"Coinative"
],
"description": "Crypto currency library for the browser and nodejs.",
"main": "dist/coinative-core.min.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "make build",
"test": "make test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"async": "~0.2.10",
"chai": "~1.9.0",
"karma": "~0.10.9",
"karma-chai-plugins": "~0.1.3",
"karma-coverage": "~0.2.0",
"karma-mocha": "~0.1.1",
"karma-mocha-reporter": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.17.1"
},
"dependencies": {
"uglify-js": "~2.4.12",
"sjcl": "git+https://github.com/bitwiseshiftleft/sjcl.git"
}
}