-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
{
"name": "LiteBox",
"version": "1.0.0",
"description": "Application form for LiteBox",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobilisf/magento.git"
},
"author": "mobilisf",
"license": "ISC",
"dependencies": {
"bower": "^1.8.4",
"gulp": "^3.9.1"
},
"bugs": {
"url": "https://github.com/mobilisf/magento/issues"
},
"homepage": "https://github.com/mobilisf/magento#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp-autoprefixer": "^6.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"imagemin-pngquant": "^6.0.0",
"rimraf": "^2.6.2"
}
}