-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1001 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": "cartero-builtin-express-middleware",
"version": "0.1.0",
"description": "Cartero middleware for express that starts cartero for each view.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/lucastschmidt/cartero-builtin-express-middleware"
},
"keywords": [
"cartero",
"express",
"middleware"
],
"author": "Lucas Schmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucastschmidt/cartero-builtin-express-middleware/issues"
},
"homepage": "https://github.com/lucastschmidt/cartero-builtin-express-middleware",
"dependencies": {
"cartero": "^4.0.2",
"cartero-node-hook": "^1.0.1",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"node-uuid": "^1.4.1",
"url-join": "0.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1"
}
}