-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
46 lines (46 loc) · 1.16 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
45
46
{
"name": "knockstrap",
"version": "1.4.1",
"description": "Knockout bindings to Twitter Bootstrap 3",
"homepage": "http://faulknercs.github.io/Knockstrap/",
"bugs": "https://github.com/faulknercs/Knockstrap/issues",
"repository": {
"type": "git",
"url": "https://github.com/faulknercs/knockstrap.git"
},
"keywords": [
"knockout",
"bootstrap",
"knockstrap",
"custom",
"bindings",
"library",
"templates"
],
"author": "Artem Stepanyuk",
"license": "MIT",
"readmeFilename": "README.md",
"main": "build/knockstrap.js",
"dependencies": {
"jquery": ">=1.9.0",
"knockout": ">=2.3.0",
"bootstrap": "~3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "^0.2.7",
"grunt-html-convert": "0.0.2",
"grunt-nuget": "~0.1.2",
"grunt-preprocess": "^3.0.1"
},
"github": "https://github.com/faulknercs/Knockstrap/",
"scripts": {
"test": "grunt travis --verbose"
}
}