-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
31
32
33
34
35
36
37
38
{
"name": "family-currency",
"version": "1.1.1",
"private": true,
"description": "Family Currency",
"engines": {
"node": "5.5.0",
"npm": "3.8.0"
},
"dependencies": {
"bower": "^1.3.3",
"connect-livereload": "^0.5.2",
"gulp": "^3.5.6",
"gulp-replace": "^0.5.4",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^1.2.0",
"gulp-main-bower-files": "^1.5.0",
"gulp-uglify": "^1.5.3",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^2.2.14",
"jshint-stylish": "^1.0.0",
"shelljs": "^0.3.0",
"gulp-favicons": "^2.2.6"
},
"cordovaPlugins": [
"cordova-plugin-inappbrowser"
],
"cordovaPlatforms": [],
"scripts": {
"postinstall": "gulp default"
}
}