-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 884 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 884 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
35
36
37
38
39
40
41
42
43
44
{
"name": "korm",
"version": "0.3.6",
"authors": [
"SPA Tools"
],
"description": "Knockout ORM framework with REST service adapter and offline storage",
"main": "dist/korm.js",
"keywords": [
"knockout",
"knockoutjs",
"ko",
"orm",
"data",
"rest",
"odata",
"javascript",
"spatools",
"amd"
],
"license": "MIT",
"homepage": "https://github.com/spatools/korm",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"typings",
"nuget",
"test"
],
"dependencies": {
"koutils": "^1.0.10",
"kounderscore": "^0.1.2",
"komoment": "^0.1.1",
"jquery": ">=1.9.1",
"knockout.mapping": "SteveSanderson/knockout.mapping",
"promizr": "^0.2.1"
},
"devDependencies": {
"mocha": "~1.17.1",
"should": "3.1.2",
"sinon": "http://sinonjs.org/releases/sinon-1.8.1.js"
}
}