-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.45 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
50
{
"name": "WinningJS",
"description": "A set of modules for Windows 8 development, built on top of WinJS.",
"version": "0.0.0-3",
"author": "NobleJS",
"contributors": [
"Domenic Denicola <[email protected]> (http://domenicdenicola.com)",
"Paul Bouzakis <[email protected]> (http://paulbouzakis.com/)",
"Joseph Khoury"
],
"repository": {
"type": "git",
"url": "https://github.com/NobleJS/WinningJS.git"
},
"bugs": {
"url": "http://github.com/NobleJS/WinningJS/issues"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "mocha",
"lint": "jshint lib"
},
"dependencies": {
"domify": "~1.0.0",
"jquery2": "~2.0.3-a",
"knockout": "~2.3.0",
"pubit-as-promised": ">= 1.0.0",
"q": "~0.9.6",
"underscore": ">= 1.4.0",
"underscore.string": ">= 2.3.0"
},
"devDependencies": {
"chai": ">= 1.3.0",
"chai-as-promised": ">= 3.2.3",
"coffee-script": ">= 1.4.0",
"jsdom": ">= 0.2.19",
"jshint": ">= 0.9.1",
"mocha": ">= 1.6.0",
"mocha-as-promised": ">= 1.1.0",
"npm": "*",
"sandboxed-module": ">= 0.1.3",
"sinon": ">= 1.5.0",
"sinon-chai": ">= 2.1.2"
},
"_dependencyComments": {
"knockoutify": "Need bugfixes post 2.1.0, so use my fork which is based off Knockout master."
}
}