-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 KB
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
45
46
{
"name": "korm",
"version": "0.3.6",
"description": "Knockout ORM framework with REST service adapter and offline storage",
"main": "dist/korm.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/spatools/korm.git"
},
"bugs": {
"url": "https://github.com/spatools/korm/issues"
},
"keywords": [
"knockout",
"knockoutjs",
"ko",
"orm",
"data",
"rest",
"odata",
"javascript",
"spatools",
"amd"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.13",
"grunt-nuget": "^0.1.4",
"grunt-ts": "^5.3.2",
"grunt-tsdamdconcat": "^0.1.1",
"grunt-tslint": "^2.5.0",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.1",
"typescript": "^1.7.5"
},
"author": "SPA Tools",
"license": "MIT"
}