forked from ripple/ripple-client-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.09 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
{
"name": "RippleClient",
"version": "1.1.0",
"description": "Desktop client for the Ripple payment network",
"author": {
"name": "Ripple Labs, Inc.",
"email": "info@ripple.com",
"url": "https://ripple.com/"
},
"node-remote": "http://localhost:3000",
"main": "http://localhost:3000",
"window": {
"frame": true,
"toolbar": true
},
"dependencies": {
"async": "~0.2.10",
"extend": "~1.2.1",
"jade": "~0.35.0",
"jade-l10n": "~0.1.7",
"jade-l10n-loader": "~0.0.3",
"jade-loader": "~0.5.2",
"jsdom": "~0.8.11",
"jshint-loader": "~0.5.0",
"json-loader": "~0.5.0",
"moment": "~2.8.3",
"node-po": "~0.1.2",
"nw-builder": "^2.0.2",
"setimmediate": "^1.0.2",
"webpack": "~1.3.7"
},
"license": "ISC",
"scripts": {
"test": "./node_modules/.bin/karma start test/karma.conf.js",
"test-travis": "./node_modules/.bin/karma start test/karma.conf.js --single-run --browsers Firefox"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-client.git"
},
"readmeFilename": "README",
"devDependencies": {
"browser-sync": "^2.8.2",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"connect-modrewrite": "^0.8.2",
"del": "^1.2.1",
"delayed-stream": "0.0.5",
"express": "~4.8.7",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-jade-find-affected": "^0.2.1",
"gulp-jade-l10n-extractor": "^1.0.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-preprocess": "^1.2.0",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-size": "^1.3.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.3.0",
"gulp-watch": "^4.3.4",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.0.2",
"karma": "~0.12.16",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-sinon-chai": "~0.1.6",
"merge-stream": "^1.0.0",
"mime": "~1.2.11"
}
}