forked from laktek/punch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "punch",
"description": "A fun and easy way to build modern websites",
"keywords": [
"static site",
"framework",
"web publishing",
"generator",
"minfier",
"server",
"mustache",
"json",
"markdown"
],
"version": "0.5.14",
"homepage": "https://github.com/laktek/punch",
"author": "Lakshan Perera <[email protected]> (http://laktek.com)",
"licenses": "MIT",
"bugs": {
"url": "http://github.com/laktek/punch/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/laktek/punch.git"
},
"main": "./lib/index.js",
"bin": "bin/punch",
"dependencies": {
"coffee-script": ">= 1.4.0",
"connect": ">= 2.4.4",
"cssmin": ">= 0.3.1",
"fresh": ">= 0.1.0",
"fstream": ">= 0.1.18",
"http-accept": ">= 0.1.1-3",
"knox": ">= 0.0.9",
"less": ">= 1.3.0",
"marked": ">= 0.2.5",
"mime": ">= 1.2.5",
"mustache": ">0.7.0 || >=0.5.2 <0.7.0",
"uglify-js": ">= 2.2.3",
"underscore": ">= 1.4.2"
},
"devDependencies": {
"jasmine-node": ">= 1.0.26",
"jshint": ">= 0.9.1"
},
"scripts": {
"test": "jasmine-node spec",
"prepublish": "sh misc/prepublish.sh"
},
"preferGlobal": true
}