forked from ripple/ripple-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
{
"name": "ripple-client",
"version": "1.3.3",
"description": "Trade client for the Ripple payment network",
"author": {
"name": "Ripple Labs, Inc.",
"email": "[email protected]",
"url": "https://ripple.com/"
},
"dependencies": {
"async": "~0.2.10",
"extend": "~1.2.1",
"grunt": "~0.4.2",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "^0.12.1",
"grunt-contrib-imagemin": "^0.9.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jade-l10n-extractor": "~0.1.2",
"grunt-preprocess": "~4.0.0",
"grunt-recess": "~0.3.5",
"grunt-shell": "^1.1.1",
"grunt-webfont": "~0.3.4",
"grunt-webpack": "~1.0.5",
"jade": "~0.35.0",
"jade-l10n": "0.1.x",
"jade-l10n-loader": "0.0.x",
"jade-loader": "~0.5.2",
"jsdom": "~0.8.11",
"jshint-loader": "~0.5.0",
"json-loader": "~0.5.0",
"node-po": "~0.1.2",
"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": {
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"coveralls": "^2.11.2",
"delayed-stream": "0.0.5",
"express": "~4.8.7",
"grunt-jscs": "~1.0.0",
"grunt-lesslint": "~1.1.13",
"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-sinon-chai": "~0.1.6",
"mime": "~1.2.11"
}
}