-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "rekord-session",
"version": "1.5.2",
"description": "Adds mass changes & discards to Rekord",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "build/rekord-session.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord-session.git"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-check-filesize": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-qunit": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"jaguarjs-jsdoc": "0.0.1",
"jsdoc": "^3.4.0",
"jshint": "^2.9.2",
"merge-stream": "^1.0.0"
},
"dependencies": {
"rekord": "~1.5.0"
}
}