-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.33 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
{
"name": "csync",
"version": "1.4.0",
"description": "CSync Javascript SDK",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec test/*/*.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:csync/csync-js.git"
},
"keywords": [
"contextual-sync",
"CSync",
"client",
"nodeJS"
],
"author": "IBM MIL",
"license": "Apache-2.0",
"engines": {
"node": ">=0.12"
},
"dependencies": {
"grunt-execute": "^0.2.2",
"lodash": "^4.16.4",
"node-uuid": "^1.4.7",
"when": "^3.7.7",
"ws": "0.7.2"
},
"devDependencies": {
"babelify": "^7.3.0",
"chai": "^3.5.0",
"envify": "^3.4.1",
"grunt": "~0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.2",
"istanbul": "^0.4.5",
"jit-grunt": "0.10.0",
"jshint-stylish": "2.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^3.1.2",
"time-grunt": "1.4.0",
"config": "^1.21.0"
}
}