-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 1.43 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
63
64
65
66
67
68
69
70
71
{
"name": "rinco",
"description": "A static website generator",
"version": "0.2.2",
"author": "Allan Esquina <[email protected]>",
"license": "MIT",
"homepage": "http://rincojs.com/sg",
"repository": {
"type": "git",
"url": "https://github.com/rincojs/rinco-sg/"
},
"keywords": [
"generator",
"static",
"sass",
"less",
"stylus",
"coffescript",
"babel",
"es6",
"markdown",
"mustache",
"rinco",
"rincojs",
"server",
"uncss",
"cdnjs"
],
"bugs": {
"url": "https://github.com/rincojs/rinco-sg/issues"
},
"dependencies": {
"babel-core": "^5.8.12",
"clean-css": "^3.3.7",
"coffee-script": "^1.7.1",
"colors": "~0.6.2",
"connect": "2.14.4",
"deasync": "^0.1.0",
"handlebars": "^2.0.0-alpha.2",
"html-minifier": "^0.7.2",
"imagemin": "^3.2.0",
"inquirer": "^0.4.1",
"less": "^1.7.0",
"markdown": "^0.5.0",
"markdown-it": "^4.4.0",
"mkdirp": "^0.5.1",
"mustache": "^2.1.2",
"node-sass": "^3.3.3",
"node-watch": "^0.3.4",
"open": "~0.0.5",
"shelljs": "^0.2.6",
"socket.io": "^0.9.16",
"stylus": "^0.52.0",
"sync": "^0.2.2",
"uglify-js": "^2.4.24"
},
"devDependencies": {
"mocha": "*",
"should": "^7.0.2"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make test"
},
"preferGlobal": "true",
"bin": {
"rinco": "cli/rinco.js"
}
}