-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
49 lines (49 loc) · 1.14 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
47
48
49
{
"name": "knockout-es5",
"version": "0.4.6",
"description": "Knockout.js meets ECMAScript 5 properties",
"author": "Steve Sanderson",
"main": "src/knockout-es5.js",
"repository": {
"type": "git",
"url": "https://github.com/SteveSanderson/knockout-es5.git"
},
"keywords": [
"knockout",
"es5",
"data-binding"
],
"directories": {
"test": "test"
},
"dependencies": {
"weakmap": "0.0.6"
},
"peerDependencies": {
"knockout": ">=2.2.0"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-browserify": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-karma": "2.0.0",
"mocha": "3.1.2",
"chai": "3.5.0",
"phantomjs-prebuilt": "2.1.13",
"karma": "1.3.0",
"karma-mocha": "1.2.0",
"karma-chai": "0.1.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-chrome-launcher": "2.0.0",
"karma-firefox-launcher": "1.0.0",
"karma-ie-launcher": "1.0.0",
"karma-safari-launcher": "1.0.0"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT"
}