This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
66 lines (66 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
60
61
62
63
64
65
66
{
"name": "meatspace-chat",
"version": "1.0.0",
"description": "v2 - very experimental",
"private": true,
"engines": {
"node": "~0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "gulp & nodemon index.js"
},
"dependencies": {
"async": "^0.9.0",
"browserify": "^6.1.0",
"data-uri-to-blob": "0.0.4",
"data-uri-to-buffer": "~0.0.3",
"fingerprintjs": "~0.5.3",
"glob": "^4.0.6",
"hapi": "^7.0.0",
"jade": "^1.7.0",
"jquery": "~2.1.1",
"meatspace-publico": "~1.0.1",
"moment": "^2.8.3",
"nconf": "~0.6.9",
"socket.io": "^1.1.0",
"twitter-text": "~1.9.4",
"uuid": "^2.0.1",
"vid2gif": "^1.0.1",
"waypoints": "^3.1.1",
"webrtc2images": "~1.4.3"
},
"devDependencies": {
"browserify-shim": "^3.7.0",
"gulp": "^3.8.7",
"gulp-autowatch": "0.0.1",
"gulp-cached": "^1.0.1",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.4",
"gulp-match": "^0.2.1",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^1.0.1",
"mkdirp": "^0.5.0",
"nodemon": "~1.2.1",
"rimraf": "^2.2.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/meatspaces/meatspace-chat-v2.git"
},
"author": "Edna Piranha <[email protected]> (http://ednapiranha.com)",
"license": "BSD",
"browser": {
"waypoints": "./node_modules/waypoints/lib/noframework.waypoints.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"waypoints": "window.Waypoint"
}
}