-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "pockets",
"version": "1.0.0",
"description": "pockets: An Ionic project",
"scripts": {
"test": "mocha",
"test:coverage": "istanbul cover ./node_modules/.bin/_mocha -- -R dot test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "cd app && gulp build"
},
"dependencies": {
"async": "^0.9.0",
"bigi": "^1.4.0",
"bitcoinjs-lib": "^1.5.1",
"bluebird": "^2.9.14",
"browser-request": "^0.3.3",
"bs58": "^2.0.1",
"buffer": "^3.1.1",
"ecurve": "^1.0.1",
"eventemitter2": "^0.4.14",
"node-localstorage": "^0.5.0",
"request": "^2.53.0",
"socket.io-client": "^1.3.5",
"thenify-all": "^1.6.0",
"traverse": "^0.6.6",
"underscore": "^1.8.2"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"assert": "^1.3.0",
"bower": "^1.3.3",
"chai": "^2.1.1",
"coveralls": "^2.11.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^2.2.14",
"istanbul": "^0.3.7",
"mocha": "^2.2.1",
"shelljs": "^0.3.0",
"should": "^5.2.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0",
"watchify": "^2.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"cordovaPlugins": []
}