-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 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
{
"name": "devcon2017",
"version": "1.0.0",
"description": "SoftExpo Developers Conference 2017",
"main": "devcon2017.js",
"repository": "https://github.org/loban/devcon2017",
"author": "Loban Rahman <loban.rahman@gmail.com>",
"license": "GPL-3.0",
"scripts": {
"build": "./node_modules/.bin/babel src -d build"
},
"dependencies": {
"bluebird": "^3.4.7",
"colors": "^1.1.2",
"fibers": "^1.0.15",
"mongo-sync": "^2.0.1",
"mongodb": "^2.2.22",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sync-request": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.22.0"
}
}