-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.63 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
49
50
51
{
"name": "bastet-app",
"version": "0.0.1",
"description": "A companion application for the Bastet home automation system.",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp && npm run install:plugins",
"build": "gulp",
"watch": "gulp watch",
"install:browser": "cordova platform add browser",
"install:android": "cordova platform add android",
"install:ios": "cordova platform add ios",
"install:windows": "cordova platform add windows",
"build:browser": "cordova build browser",
"build:android": "cordova build android",
"build:ios": "cordova build ios",
"build:windows": "cordova build windows",
"run:browser": "cordova run browser",
"run:android": "cordova run android",
"run:ios": "cordova run ios",
"run:windows": "cordova run windows",
"install:plugins": "echo 'No Plugins Specified'"
},
"repository": {
"type": "git",
"url": "https://github.com/datkinson/bastet-app.git"
},
"author": "Daniel Atkinson",
"bugs": {
"url": "https://github.com/datkinson/bastet-app/issues"
},
"homepage": "https://github.com/datkinson/bastet-app",
"dependencies": {
"cordova": "^5.0.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-concat": "^2.5.2",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-newer": "^0.5.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "^1.2.0",
"imagemin-pngcrush": "^4.1.0"
}
}