-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "oboe.js-demo",
"version": "0.0.0-239",
"description": "A website for Oboe.js",
"main": "index.js",
"dependencies": {
"cheerio": "~1.0.0",
"colors": "~1.4.0",
"consolidate": "~0.9.1",
"express": "~3.4.4",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-develop": "^0.4.0",
"grunt-sass": "^3.1.0",
"handlebars": "~1.3.0",
"line-reader": "~0.4.0",
"marked": "~14.1.2",
"mustache": "~4.2.0",
"node-sass": "^9.0.0",
"oboe": "^2.1.5",
"optimist": "~0.6.1",
"serve-favicon": "^2.5.0",
"supermarked": "~1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "grunt build",
"start": "node index.js --env=prod"
},
"repository": {
"type": "git",
"url": "https://github.com/jimhigson/oboe.js-website.git"
},
"keywords": [
"oboe",
"javascript",
"progressive",
"json",
"parse",
"stream",
"ajax"
],
"author": "Jim Higson <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jimhigson/oboe.js-website/issues"
},
"subdomain": "oboejs",
"domains": [
"oboejs.com",
"oboejs.org",
"www.oboejs.com",
"www.oboejs.org"
],
"engines": {
"node": "0.10.x"
}
}