This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 494
/
package.json
68 lines (68 loc) · 1.9 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
{
"name": "ripple-client",
"version": "1.5.6",
"description": "Trade client for the Ripple payment network",
"author": {
"name": "Ripple Labs, Inc.",
"email": "[email protected]",
"url": "https://ripple.com/"
},
"dependencies": {
"gulp-jade-l10n-extractor": "^1.0.1",
"jade": "~0.35.0",
"jade-l10n": "0.1.x",
"jade-l10n-loader": "0.0.x",
"jade-loader": "~0.5.2",
"json-loader": "~0.5.0",
"protractor": "~1.4.0",
"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.2.3",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"connect-logger": "0.0.1",
"connect-modrewrite": "^0.7.11",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-jade-find-affected": "^0.2.1",
"gulp-jade-l10n-extractor": "^1.0.0",
"gulp-less": "^3.0.1",
"gulp-load-plugins": "^0.8.1",
"gulp-minify-html": "^1.0.1",
"gulp-ng-annotate": "^0.5.2",
"gulp-preprocess": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-size": "^1.2.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"gulp-watch": "^4.2.4",
"gulp-webpack": "^1.3.0",
"jade": "^0.35.0",
"karma": "~0.12.16",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-sinon-chai": "~0.1.6",
"merge-stream": "^0.1.7"
}
}