-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 1 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
{
"name": "underscore-ko",
"description": "Dead simple utility that attaches Underscore.js array and collection functions (and mutators) to Knockout.js observable arrays.",
"version": "1.8.31",
"author": "Kamran Ayub <http://kamranicus.com>",
"homepage": "https://github.com/kamranayub/UnderscoreKO",
"repository": {
"type": "git",
"url": "git://github.com/kamranayub/UnderscoreKO.git"
},
"bugs": {
"url": "https://github.com/kamranayub/UnderscoreKO/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kamranayub/UnderscoreKO/blob/master/LICENSE"
}
],
"dependencies": {
"underscore": "~1.8.3",
"knockout": "~3.4.0"
},
"devDependencies": {
"bower": "~1.7.7",
"grunt": "~0.4.5",
"grunt-concat": "~0.1.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-min": "~0.1.0",
"grunt-shell": "~0.7.0",
"typescript": "~1.8.7",
"typings": "~0.7.8"
}
}