forked from crcn/mesh.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.63 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
{
"name": "mesh",
"version": "1.0.8",
"description": "reactive data store library",
"main": "./lib/index.js",
"scripts": {
"test": "gulp lint test-coveralls",
"start": "node ./examples/_app"
},
"repository": {
"type": "git",
"url": "https://github.com/mojo-js/mesh.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mojo-js/mesh.js/issues"
},
"homepage": "https://github.com/mojo-js/mesh.js",
"devDependencies": {
"browser-sync": "^2.5.2",
"browserify": "^9.0.4",
"browserify-middleware": "^5.0.2",
"caplet": "0.0.38",
"mesh-http": "1.0.x",
"mesh-local-storage": "1.0.x",
"mesh-loki": "1.0.x",
"mesh-memory": "1.0.x",
"mesh-pubnub": "1.0.x",
"mesh-socket.io": "1.0.x",
"expect.js": "^0.3.1",
"express": "^4.12.3",
"famous": "^0.3.5",
"fourk": "0.0.3",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.7.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.4",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"hasher": "^1.2.0",
"highland": "^2.4.0",
"karma": "^0.12.31",
"less": "^2.4.0",
"paperclip": "^1.4.10",
"react": "^0.13.1",
"reactify": "^1.1.0",
"socket.io": "^1.3.5",
"socketio-wildcard": "^0.1.1",
"through2": "^0.6.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"yargs": "^3.6.0"
},
"dependencies": {
"obj-stream": "0.0.x",
"sift": "^1.1.0",
"xtend": "^4.0.0"
}
}