-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 864 Bytes
/
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
{
"name": "pagemaki",
"version": "1.1.0",
"description": "Simple static page generator with a bias towards Sass, Browserify, gulp, and lodash templates.",
"main": "pagemaki.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/jasonrhodes/pagemaki.git"
},
"keywords": [
"static",
"generator",
"html",
"browserify",
"markdown"
],
"author": "Jason Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonrhodes/pagemaki/issues"
},
"homepage": "https://github.com/jasonrhodes/pagemaki",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.18.2"
},
"dependencies": {
"highlight.js": "^8.0.0",
"js-yaml": "^3.0.2",
"lodash": "^2.4.1",
"marked": "^0.3.5",
"through": "^2.3.4"
}
}