-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 943 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
{
"private": true,
"name": "@motorcycle/traffic-light",
"version": "1.0.0",
"description": "Traffic light example application",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motorcyclets/motorcycle.git"
},
"keywords": [
"motorcycle",
"traffic light"
],
"author": "Frederik Krautwald <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/motorcyclets/motorcycle/issues"
},
"homepage": "https://github.com/motorcyclets/motorcycle#readme",
"dependencies": {
"@motorcycle/dom": "16.0.0",
"@motorcycle/mostly-dom": "4.0.0",
"@motorcycle/run": "4.0.0",
"@motorcycle/stream": "2.0.0"
},
"devDependencies": {
"@motorcycle/test": "2.0.0",
"@types/node": "8.0.28",
"ts-loader": "2.3.7",
"webpack": "3.5.6",
"webpack-dev-server": "2.7.1"
}
}