forked from YuzuJS/WinningJS-todo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"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": "https://github.com/NobleJS/WinningJS-todo"
},
"bugs": {
"url": "http://github.com/NobleJS/WinningJS-todo/issues"
},
"scripts": {
"before-build": "grunt.cmd",
"lint": "jshint lib --show-non-errors"
},
"dependencies": {
"WinningJS": "git://github.com/NobleJS/WinningJS.git",
"jade": ">= 0.26.1",
"jquery-browserify": ">= 1.7.2",
"knockoutify": "git://github.com/domenic/knockoutify.git",
"pubit": ">= 1.1.0"
},
"devDependencies": {
"npm": "*",
"grunt": "*",
"underscore": "*",
"browserify": ">= 1.12.1",
"stylus": "*",
"jshint": "*",
"q": ">= 0.8.5",
"q-fs": ">= 0.1.27"
},
"_dependencyComments": {
"WinningJS": "Not published on npm yet, since it is not near release-quality.",
"knockoutify": "Need version 2.1.0; the npm version is 2.0.0."
},
"engines": {
"node": "*"
}
}