-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
47
{
"name": "koui",
"version": "1.0.0",
"description": "Knockout UI widgets to help Knockout app development",
"main": "koui.js",
"scripts": {
"postinstall": "bower install && typings install",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/spatools/koui.git"
},
"keywords": [
"knockout",
"knockoutjs",
"ko",
"UI",
"binding",
"handlers",
"template",
"engine",
"spatools",
"amd"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-control": "^0.6.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-newer": "^1.1.2",
"grunt-nuget": "^0.1.5",
"grunt-ts": "^5.3.2",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.3.0",
"typescript": "^1.8.9"
},
"author": "SPA Tools",
"license": "MIT",
"bugs": {
"url": "https://github.com/spatools/koui/issues"
}
}