forked from LevInteractive/oleo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 787 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
{
"name": "oleo",
"version": "1.0.0",
"description": "óleo is a sleek project-based time management Chrome Application that can sync to Google Spreadsheets allowing for collaborative tracking.",
"author": "Pete Saia",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/LevInteractive/oleo.git"
},
"keywords": [
"time",
"tracking",
"management"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/LevInteractive/oleo/issues"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-useref": "0.0.16",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1"
}
}