-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "ko.plus",
"description": "Awesome extensions to KnockoutJS",
"homepage": "https://github.com/stevegreatrex/ko.plus",
"version": "0.0.32",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-clear": "~0.2.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-qunit": "~3.0.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "grunt test --verbose"
},
"main": "dist/ko.plus",
"jspm": {
"main": "dist/ko.plus",
"dependencies": {
"knockout": "github:knockout/knockout@^3.3.0"
}
},
"author": {
"name": "Steve Greatrex"
},
"repository": {
"type": "git",
"url": "https://github.com/stevegreatrex/ko.plus"
}
}