-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.78 KB
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
{
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.8.12",
"author": "Joola <info@joo.la>",
"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": "itay@joo.la",
"url": "http://joo.la"
},
{
"name": "Or Weinberger",
"email": "or@joo.la",
"url": "http://joo.la"
}
],
"main": "./src/lib/index.js",
"scripts": {
"test": "make test",
"prepublish":"npm shrinkwrap",
"postpublish": "rm npm-shrinkwrap.json",
"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.11",
"eventemitter2": "~0.4.13",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"moment": "^2.10.6",
"socket.io-client": "^1.3.7",
"traverse": "^0.6.6",
"twix": "^0.6.5",
"underscore": "^1.8.2"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt-browserify": "~2.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-css": "~0.5.4",
"grunt-http": "^1.4.2",
"grunt-mocha": "~0.4.10",
"grunt-saucelabs": "~5.1.3",
"grunt-watchify": "~0.1.0",
"mocha": "~1.19.0",
"mocha-phantom-coverage-reporter": "~0.1.0",
"sinon": "~1.10.0"
},
"license": "GPL-3.0"
}