forked from YuzuJS/WinningJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.63 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.63 KB
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
51
{
"name": "WinningJS",
"description": "A set of modules for Windows 8 development, built on top of WinJS.",
"version": "0.0.0",
"author": "NobleJS",
"contributors": [
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
"Paul Bouzakis <github@paulbouzakis.com> (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 --show-non-errors"
},
"dependencies": {
"domify": "git://github.com/domenic/domify.git#better",
"jquery-browserify": ">= 1.7.2",
"knockoutify": "git://github.com/guillaume86/knockoutify.git",
"pubit": ">= 1.2.1",
"q": ">= 0.8.5",
"underscore": ">= 1.3.3",
"underscore.string": ">= 2.2.0rc"
},
"devDependencies": {
"chai": ">= 1.1.1",
"chai-as-promised": ">= 3.2.1",
"coffee-script": ">= 1.3.3",
"jsdom": ">= 0.2.15",
"jshint": ">= 0.8.0",
"mocha": ">= 1.3.0",
"mocha-as-promised": ">= 1.1.0",
"npm": "*",
"sandboxed-module": ">= 0.1.3",
"sinon": ">= 1.4.2",
"sinon-chai": ">= 2.1.2"
},
"_dependencyComments": {
"domify": "Need https://github.com/component/domify/pull/3 and https://github.com/component/domify/pull/4",
"knockoutify": "Need version 2.1.0; the npm version is 2.0.0."
}
}