-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "databound",
"version": "1.1.0",
"author": "Domas Bitvinskas <[email protected]>",
"description": "Provides Javascript a simple API to the Ruby on Rails CRUD",
"main": "dist/databound.js",
"homepage": "https://github.com/Nedomas/databound",
"repository": {
"type": "git",
"url": "git://github.com/Nedomas/databound.git"
},
"dependencies": {
"jquery": "^2.1.1",
"lodash": "^2.4.1"
},
"keywords": [
"queries",
"rest",
"rails",
"backend",
"activerecord",
"mongoid",
"orm"
],
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"fs": "^0.0.2",
"groc": "^0.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "2.2.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-shell": "^0.2.11",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^3.0.0",
"jsdom": "^2.0.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
}
}