-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 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
32
33
34
35
{
"name": "FastToDo",
"version": "0.2.2",
"description": "A very fast way to organize daily tasks",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/felipekm/FastToDo"
},
"keywords": [
"todo",
"firefoxos",
"todoapp",
"task",
"simple"
],
"author": "Felipe Kautzmann",
"license": "ISC",
"bugs": {
"url": "https://github.com/felipekm/FastToDo/issues"
},
"homepage": "https://github.com/felipekm/FastToDo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"cordova": "^4.1.2",
"gulp": "~3.8.6",
"gulp-clean": "~0.3.1",
"gulp-minify-css": "~0.3.7",
"gulp-minify-html": "~0.1.4",
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0"
}
}