forked from joola/joola.sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.12",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/joola/joola.sdk.git"
},
"bugs": "https://github.com/joola/joola.sdk/issues",
"contributors": [
{
"name": "Itay Weinberger",
"email": "[email protected]",
"url": "http://joo.la"
},
{
"name": "Or Weinberger",
"email": "[email protected]",
"url": "http://joo.la"
}
],
"main": "./src/lib/index.js",
"scripts": {
"test": "make test",
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | node ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"async": "~0.2.10",
"cloneextend": "^0.0.3",
"deep-extend": "^0.2.10",
"eventemitter2": "~0.4.13",
"moment": "~2.5.1",
"socket.io-client": "^1.0.2",
"underscore": "~1.5.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-css": "~0.5.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-browserify": "~2.0.8",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-saucelabs": "~5.1.3",
"grunt-mocha": "~0.4.10",
"mocha": "~1.19.0",
"chai": "~1.9.1",
"sinon": "~1.10.0",
"grunt-watchify": "~0.1.0",
"mocha-phantom-coverage-reporter": "~0.1.0"
},
"license": "GPL-3.0"
}