-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nodef-app",
"version": "0.1.0",
"description": "Easily create and access your node scripts and projects via URL Endpoints.",
"main": "server.js",
"scripts": {
"start": "nodemon index.js --exec babel-node --presets es2015,stage-2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhruv-kumar-jha/NodeF.git"
},
"keywords": [
"Node",
"Js",
"NodeF",
"Node",
"Functions",
"Node",
"API",
"Node",
"Script",
"Endpoints",
"Node",
"Lambda",
"Node",
"Lambda",
"Server",
"Node",
"Js",
"Lambda",
"Functions"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhruv-kumar-jha/NodeF/issues"
},
"homepage": "https://github.com/dhruv-kumar-jha/NodeF#readme",
"dependencies": {
"body-parser": "1.15.2",
"express": "4.14.0"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-2": "6.11.0",
"babel-register": "6.9.0",
"nodemon": "1.9.2"
}
}