forked from anttikon/routahe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.15 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
{
"name": "routahe",
"version": "0.1.9",
"main": "index.js",
"license": "MIT",
"author": "Antti Kontoniemi",
"keywords": [
"HSL",
"Reittiopas"
],
"repository": {
"type": "git",
"url": "https://github.com/anttikon/routahe"
},
"bugs": {
"url": "https://github.com/anttikon/routahe/issues"
},
"scripts": {
"test": "mocha --recursive --compilers js:babel-core/register --require babel-polyfill",
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run compile"
},
"bin": {
"routahe": "./index.js"
},
"files": [
"lib/"
],
"dependencies": {
"babel-polyfill": "^6.16.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"graphqlify": "^1.0.0",
"lodash": "^4.16.4",
"moment": "^2.15.1",
"moment-duration-format": "^1.3.0",
"node-emoji": "^1.4.1",
"node-fetch": "^1.6.3",
"wifi-triangulate": "^1.1.2"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}