-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 1.98 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
{
"name": "robin-js-sdk",
"version": "0.5.2",
"description": "A JavaScript SDK to communicate with the Robin platform.",
"homepage": "https://github.com/robinpowered/robin-js-sdk-public",
"repository": {
"type": "git",
"url": "[email protected]:robinpowered/robin-js-sdk-public.git"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"postinstall": "scripts/postInstall.js"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/robinpowered/robin-js-sdk-public/blob/master/LICENSE"
}
],
"main": "robin",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-cli": "~0.1.13",
"jshint-stylish": "~0.1.5",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-browserify": "^2.0.8",
"remapify": "^0.1.6",
"grunt-contrib-compress": "^0.8.0",
"grunt-jscs-checker": "^0.4.4",
"time-grunt": "^0.3.2",
"mocha": "^1.20.1",
"chai": "^1.9.1",
"should": "^4.0.4",
"grunt-simple-mocha": "^0.4.0",
"chai-as-promised": "^4.1.1",
"chai-http": "^0.4.0",
"blanket": "^1.1.6",
"grunt-blanket": "0.0.8",
"karma": "^0.12.16",
"karma-mocha": "^0.1.4",
"karma-chai": "^0.1.0",
"sinon": "^1.10.2",
"karma-sinon": "^1.0.3",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1",
"karma-coverage": "^0.2.4",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-mocha-test": "^0.11.0"
},
"dependencies": {
"bluebird": "^2.3.0",
"brfs": "^1.1.1",
"browser-request": "^0.3.2",
"browserify": "^4.1.11",
"faye": "1.0.1",
"request": "^2.34.0",
"uglify-js": "^2.4.14",
"winston": "~0.7.2"
},
"browser": {
"fs": "brfs",
"request": "browser-request"
}
}