forked from rotundasoftware/cartero-express-hook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 787 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
{
"name": "cartero-express-hook",
"description": "The Node.js / Express hook to go along with Cartero asset manager.",
"version": "0.1.0",
"author": {
"name": "rotundasoftware",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/rotundasoftware/cartero-express-hook.git"
},
"bugs": {
"url": "https://github.com/rotundasoftware/cartero-express-hook/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/go-oleg/bundler/blob/master/LICENSE-MIT"
}
],
"main": "middleware.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {},
"peerDependencies": {},
"keywords": [],
"dependencies": {
"async": "~0.2.9",
"underscore": "~1.4.4"
}
}