-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 895 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
{
"name": "rekord",
"version": "1.5.11",
"description": "A javascript REST ORM that is offline and real-time capable http://rekord.github.io/rekord/",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "build/rekord.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord.git"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-check-filesize": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-qunit": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jaguarjs-jsdoc": "1.0.2",
"jsdoc": "^3.4.3",
"jshint": "^2.9.4",
"merge-stream": "^1.0.1"
}
}