-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 957 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
36
37
{
"name": "enear_presentation",
"version": "1.0.0",
"description": "A simple presentation for my last day at E.near ;)",
"main": "server.js",
"scripts": {
"start": "npm run babel; node server.js",
"babel": "browserify js/preProcessedDemo.js -t babelify --outfile js/lastDemo.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anmo/enear_presentation.git"
},
"keywords": [
"Enear",
"Presentation",
"Promise",
"Generators",
"async/await"
],
"author": "Anmo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Anmo/enear_presentation/issues"
},
"homepage": "https://github.com/Anmo/enear_presentation#readme",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"express": "^4.14.0",
"socket.io": "^1.5.1"
}
}