forked from billpull/knockout-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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": "knockout-bootstrap",
"version": "0.2.990",
"description": "Knockout Bindings for Bootstrap Widgets",
"homepage": "https://github.com/Hexmedia/knockout-bootstrap",
"main": "src/knockout-bootstrap.js",
"directories": {
"example": "examples"
},
"author": "Bill Pullen, Krystian Kuczek <[email protected]>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Hexmedia/knockout-bootstrap.git"
},
"keywords": [
"knockout",
"bootstrap",
"knockout-bootstrap",
"bindings"
],
"dependencies": {
"jQuery": ">= 1.7.4",
"twitter-bootstrap": ">= 2.1.1",
"knockout": ">= 2.2.1"
},
"devDependencies": {
"grunt-compare-size": "~0.4.0",
"grunt-git-authors": "1.2.0",
"grunt-update-submodules": "0.2.0",
"grunt-contrib-watch": "0.3.1",
"grunt-contrib-jshint": "0.3.0",
"grunt-contrib-uglify": "0.2.0",
"grunt": "0.4.1",
"gzip-js": "0.3.1"
},
"licenses": [
{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
}
],
"readmeFilename": "README.md"
}