-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.43 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "dat-cardcat",
"version": "0.6.2",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "npm run babel",
"build": "npm run babel",
"babel": "rm -rf ./dist && babel src --out-dir dist --copy-files",
"dev": "rm -rf ./dist && babel --source-maps -w src --out-dir dist --copy-files",
"cli": "babel-node ./dist/cli.js",
"test": "mocha --compilers js:babel-core/register ",
"test-tdd": "mocha --compilers js:babel-core/register --watch",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register"
},
"bin": {
"datcat": "./bin/index.js"
},
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/samiz-dat/dat-cardcat"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"coveralls": "^2.13.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"istanbul": "^1.1.0-alpha.1",
"mirror-folder": "^2.1.1",
"mocha": "^3.4.1",
"temp": "^0.8.3"
},
"dependencies": {
"another-name-parser": "0.0.4",
"bluebird": "^3.4.7",
"call-me-maybe": "^1.0.1",
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.6",
"co": "^4.6.0",
"commander": "^2.9.0",
"dat-cardcat-formats": "^0.2.0",
"dat-collections": "^0.2.0",
"dat-node": "^3.5.8",
"dat-protocol-buffers": "^1.0.1",
"dat-secret-storage": "^2.0.0",
"dat-storage": "^1.0.2",
"events": "^1.1.1",
"figlet": "^1.2.0",
"folder-walker": "^3.1.0",
"fs-extra": "^3.0.1",
"hyperdrive": "^9.9.1",
"hyperhealth": "^1.3.0",
"inquirer": "^3.0.6",
"jsuri": "^1.3.1",
"knex": "^0.12.7",
"lodash": "^4.17.4",
"nconf": "^0.8.4",
"ncp": "^2.0.0",
"open-packaging-format": "^0.0.5",
"prettysize": "^0.1.0",
"pumpify": "^1.3.5",
"rimraf": "^2.6.1",
"sequentialise": "^1.0.1",
"sqlite3": "^4.0.2",
"through2": "^2.0.3",
"upath": "^1.0.0",
"xml2js": "^0.4.17"
}
}