-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 920 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": "static-phantom-renderer-brunch",
"version": "0.0.6",
"keywords": [
"brunch",
"phantomjs"
],
"description": "Renders all pages of given Sitemap with phantomjs and copys rendered HTML to public",
"author": {
"name": "Jan Schlotte, némata GmbH",
"email": "schlotte@nemata.com",
"url": "http://nemata.com"
},
"homepage": "https://github.com/nemata/static-phantom-renderer-brunch",
"repository": {
"type": "git",
"url": "git@github.com:nemata/static-phantom-renderer-brunch.git"
},
"main": "./lib/index",
"scripts": {
"postinstall": "node setup.js postinstall",
"test": "node setup.js test"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"dependencies": {
"coffee-script": "1.3.3",
"http-server": "0.5.3",
"underscore": "1.4.4",
"path": "0.4.9"
},
"devDependencies": {
"mocha": "1.3.2",
"chai": "1.2.0"
}
}