-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1014 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
38
39
{
"name": "sw-iss-tracker",
"version": "1.0.0",
"description": "Service Worker ISS Tracker",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack && node --harmony server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]/SuriyaaKudoIsc/sw-iss-tracker"
},
"keywords": [
"isstracker",
"service",
"worker"
],
"author": "Suriyaa Kudo",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuriyaaKudoIsc/sw-iss-tracker/issues"
},
"homepage": "https://suriyaakudoisc.github.io/sw-iss-tracker",
"dependencies": {
"babel-core": "^4.0.2",
"babel-loader": "^4.0.0",
"babel-runtime": "^4.0.2",
"co": "^4.1.0",
"co-request": "^0.2.0",
"co-views": "^0.2.0",
"ejs": "^2.0.8",
"koa": "^0.14.0",
"koa-logger": "^1.2.2",
"koa-route": "^2.4.0",
"koa-static": "^1.4.8",
"webpack": "git://github.com/webpack/webpack.git#harmony"
}
}