-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.11 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.11 KB
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": "metalsmith-prismic-server",
"version": "0.1.14",
"description": "server to compile and preview static sites from prismic.io content",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/dronedeploy/metalsmith-prismic-server-dd.git"
},
"author": "Futurice Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/dronedeploy/metalsmith-prismic-server-dd/issues"
},
"homepage": "https://github.com/dronedeploy/metalsmith-prismic-server-dd#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"lodash": "^4.5.1",
"metalsmith": "2.1.0",
"metalsmith-express": "^0.1.0",
"metalsmith-prismic": "git+https://github.com/tjsumot/metalsmith-prismic.git",
"metalsmith-watch": "^1.0.1",
"open": "0.0.5",
"prismic.io": "git+https://github.com/dronedeploy/prismic-javascript-kit-dd.git",
"promise": "^7.1.1",
"request": "^2.69.0",
"rimraf": "^2.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}