forked from paglias/hours
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 808 Bytes
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
{
"name": "hours",
"version": "0.1.4",
"description": "A minimalist time tracker that works offline.",
"author": "Matteo Pagliazzi <matteopagliazzi@gmail.com>",
"license": "GPLv3",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"iojs": "^2.2.1",
"npm": "^2.9.1"
},
"dependencies": {
"babelify": "^6.1.2",
"browser-sync": "^2.7.9",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.1.6",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"lodash": "^3.9.3",
"materialize-css": "~0.96.1",
"uuid": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "git://github.com/yyx990803/vue#0.12.1-csp.1",
"watchify": "^3.2.2"
}
}