-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 883 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
{
"name": "order-splitter",
"version": "0.5.2",
"description": "OrderUp order splitter",
"main": "src/main.js",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-inject": "^4.2.0",
"gulp-inject-version": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-minify-html": "^1.0.6",
"gulp-uglify": "^2.0.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GustavoFernandes/order-splitter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GustavoFernandes/order-splitter/issues"
},
"homepage": "https://github.com/GustavoFernandes/order-splitter#readme"
}