-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 1002 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
35
36
37
38
39
40
{
"name": "boilerplate-javascript",
"version": "1.0.0",
"description": "A boilerplate javascript project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/boilerplate-javascript.git"
},
"engines": {
"node": ">=4.7.2"
},
"keywords": [
"Contentful",
"boilerplate",
"Getting-Started"
],
"author": "Khaled Garbaya <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/contentful/boilerplate-javascript/issues"
},
"homepage": "https://github.com/contentful/boilerplate-javascript#readme",
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.1.5",
"@contentful/rich-text-types": "^17.2.4",
"chalk": "^1.1.3",
"cli-table2": "^0.2.0",
"contentful": "^4.3.0",
"dotenv": "^6.1.0",
"express": "^4.16.4"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}