-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 937 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
{
"name": "acre"
, "description": "Admin CRUD, and REST generator for Node.js"
, "version": "0.0.27-alpha"
, "author": "John Eke <[email protected]>"
, "keywords": ["admin portal", "admin", "CRUD", "REST"]
, "dependencies": {
"ejs": "*",
"i": "*",
"async": "*",
"lodash": "*",
"when": "*",
"path-to-regexp": "*"
}
, "devDependencies": {
"mocha": "*",
"request": "*",
"mongoose": "3.6.15",
"express": ">=3.0.0",
"acre": "*"
}
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "make test" }
, "main": "./index.js"
, "engines": { "node": ">=0.6.19" }
, "bugs": {
"url":"https://github.com/johneke/acre/issues/new"
, "email": "http://stackoverflow.com/questions/tagged/acre"
}
, "repository": {
"type": "git"
, "url": "https://github.com/johneke/acre.git"
}
, "homepage": "http://acrejs.com"
}