forked from SteveSanderson/knockout-es5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.2",
"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": "0.4.5",
"grunt-browserify": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-karma": "0.12.1",
"mocha": "2.3.4",
"chai": "3.4.1",
"phantomjs": "1.9.19",
"karma": "0.13.10",
"karma-mocha": "0.2.1",
"karma-chai": "0.1.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-ie-launcher": "0.2.0",
"karma-safari-launcher": "0.1.1"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT"
}