forked from Huxpro/BusyWeek
-
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) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 943 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": "busyWeek",
"version": "1.0.0",
"description": "A time based Todo-list App",
"main": "",
"scripts": {
"cordova-src": "cp -r src cordova/busyweek/;cd cordova/busyweek;rm -rf www;mv src www",
"cordova-dist": "cp -r dist cordova/busyweek/;cd cordova/busyweek;rm -rf www;mv dist www",
"cordova-emu": "cd cordova/busyweek; cordova emulate ios",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Huxpro/BusyWeek.git"
},
"keywords": [
"busyWeek",
"todo",
"hux"
],
"author": "Hux",
"license": "ISC",
"bugs": {
"url": "https://github.com/Huxpro/BusyWeek/issues"
},
"homepage": "https://github.com/Huxpro/BusyWeek",
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"colors": "^1.1.2",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-postcss": "^5.1.8",
"gulp-sass": "^2.0.1"
}
}