-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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
{
"name": "pomocycle",
"version": "1.0.0",
"description": "Pomodoro timer built with Cycle.js",
"repository": {
"type": "git",
"url": "https://github.com/andreloureiro/pomocycle"
},
"keywords": [
"cyclejs",
"rxjs"
],
"scripts": {
"serve": "webpack-dev-server -d --progress --colors --inline",
"start": "npm install && npm run serve",
"build": "NODE_ENV=production webpack"
},
"author": "Andre Loureiro",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"@cycle/core": "^6.0.0",
"@cycle/dom": "^8.0.0",
"@cycle/isolate": "^1.2.0",
"cycle-restart": "0.0.9",
"rx": "^4.0.7",
"web-audio-daw": "^2.3.1"
}
}