-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "squadlistio-data-loader",
"version": "1.0.0",
"description": "data loader for squadlistio",
"main": "index.js",
"babel": {
"presets": [
"es2015",
"stage-3"
]
},
"scripts": {
"start": "NODE_ENV=dev ./node_modules/babel-cli/bin/babel-node.js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesseflorig/squadlistio-data-loader.git"
},
"author": "Jesse Florig",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesseflorig/squadlistio-data-loader/issues"
},
"homepage": "https://github.com/jesseflorig/squadlistio-data-loader#readme",
"dependencies": {
"babel-cli": "^6.24.0",
"babel-preset-node6": "^11.0.0",
"config": "^1.25.1",
"jsonloader": "^1.0.1",
"lodash": "^4.17.4",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1"
},
"devDependencies": {
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-3": "^6.22.0"
}
}