-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
52
53
54
55
56
57
{
"name": "order-splitter",
"version": "0.7.1",
"description": "OrderUp order splitter",
"main": "src/main.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"babel-plugin-async-to-promises": "^1.0.5",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"eslint-plugin-html": "^2.0.3",
"expect.js": "^0.3.1",
"git-rev-sync": "^1.9.1",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-crisper": "^1.1.0",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-minify-html": "^1.0.6",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.1",
"gulp-vulcanize": "^6.1.0",
"inquirer": "^3.1.0",
"merge2": "^1.4.1",
"mocha": "^3.4.2",
"parse-git-config": "^1.1.1",
"yargs": "^8.0.2"
},
"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",
"dependencies": {
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-location": "^3.0.2",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-input": "^3.2.1",
"@polymer/paper-tooltip": "^3.0.1",
"@polymer/polymer": "^3.4.1"
}
}