forked from gloriajs/gloria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.3 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
{
"name": "gloria",
"version": "0.9.6",
"description": "Gloria is a static site generator, like jekyll, but using JavaScript",
"main": "lib",
"bin": "bin/gloria",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gloriajs/gloria.git"
},
"author": "dvidsilva",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gloriajs/gloria/issues"
},
"jscs": {
"preset": "./.jscsrc"
},
"homepage": "https://github.com/gloriajs/gloria#readme",
"dependencies": {
"async": "^2.1.2",
"chalk": "^1.1.3",
"express": "^4.14.0",
"front-matter": "^2.1.1",
"fs-extra": "^1.0.0",
"fs-promise": "^1.0.0",
"handlebars": "^4.0.6",
"jscs": "^3.0.7",
"liquid-to-handlebars": "^0.3.2",
"markdown": "^0.5.0",
"marked": "^0.3.6",
"mz": "^2.5.0",
"node-sass": "^3.13.0",
"node-watch": "^0.4.1",
"open": "0.0.5",
"prompt-sync": "^4.1.4",
"q": "^1.4.1",
"shelljs": "^0.7.5",
"string": "^3.3.3",
"stylus": "^0.54.5",
"tslint": "^4.0.0",
"typescript": "^2.0.10",
"yaml": "^0.3.0",
"yamljs": "^0.2.8",
"yargs": "^6.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2",
"mocha-jscs": "^5.0.1"
}
}