-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 Bytes
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
{
"name": "copperfront",
"version": "1.0.0",
"description": "A headless CMS",
"main": "test.js",
"dependencies": {
"ajv": "^5.0.1-beta.2",
"body-parser": "^1.16.0",
"express": "^4.14.1",
"http": "0.0.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.22",
"traverse": "^0.6.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"git": {
"url": "https://github.com/petrepopescu21/copperfront.git"
},
"keywords": [
"cms",
"headless",
"json",
"api"
],
"author": "Petre",
"license": "ISC",
"bugs": {
"url": "https://github.com/petrepopescu21/copperfront/issues"
},
"homepage": "https://github.com/petrepopescu21/copperfront#readme"
}