-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "pomodoro",
"version": "1.0.0",
"description": "Time application for Pomodoro Technique",
"main": ".serve/app.js",
"scripts": {
"install": "bower install",
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"react",
"babel"
],
"author": "massa142",
"license": "MIT",
"dependencies": {
"lodash": "^3.9.3",
"react": "^0.13.3",
"node-notifier": "^4.3.1"
},
"devDependencies": {
"babel": "^5.4.7",
"browserify": "^10.2.4",
"del": "^1.1.1",
"electron-connect": "^0.3.0",
"electron-packager": "^4.1.3",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.6",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"gulp-watch": "^4.2.4",
"main-bower-files": "^2.8.0",
"merge2": "^0.3.5",
"optimist": "^0.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}