-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
{
"name": "rekord-pubsub",
"version": "1.5.6",
"description": "A rekord binding to pubsub - implementing Rekord.live",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "build/rekord-pubsub.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord-pubsub.git"
},
"scripts": {
"test": "gulp js"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-check-filesize": "^2.0.1",
"gulp-concat": "^2.4.3",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-shell": "^0.5.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.6",
"jshint": "^2.9.2"
},
"dependencies": {
"clickermonkey-pubsubjs": "*",
"rekord": "~1.5.6"
}
}