-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 977 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
39
40
{
"name": "angry-cart.js",
"version": "2.0.0",
"description": "Angry cart",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rah-emil/angry-cart.js"
},
"keywords": [
"cart",
"javascript",
"shopping"
],
"author": "Rah Emil <013131@mail.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rah-emil/angry-cart.js/issues"
},
"homepage": "https://github.com/rah-emil/angry-cart.js#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-newer": "^1.4.0",
"gulp-rsync": "0.0.9",
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify-es": "^2.0.0"
}
}