-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1009 Bytes
/
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
{
"name": "winningjs-todo",
"description": "Demo todo list application for Windows 8, built on the WinningJS framework",
"version": "1.0.0",
"author": "NobleJS",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/NobleJS/WinningJS-todo.git"
},
"bugs": {
"url": "http://github.com/NobleJS/WinningJS-todo/issues"
},
"scripts": {
"before-build": "grunt",
"lint": "jshint lib components"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"jquery2": "~2.0.3-a",
"knockout": "~2.3.0",
"pubit": "~1.2.1",
"q": "~0.9.6",
"simple-jadeify": "~1.1.0",
"WinningJS": "git://github.com/NobleJS/WinningJS.git",
"winningjs-build": "~0.3.1"
},
"devDependencies": {
"jshint": "~2.1.9"
},
"_dependencyComments": {
"WinningJS": "Not published on npm yet, since it is not near release-quality."
}
}