-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "scrum.cards",
"version": "1.0.0",
"description": "Scrum.cards, simple online scrumcards.",
"homepage": "http://scrum.cards/",
"repository": {
"type": "git",
"url": "https://github.com/incentro/scrum.cards.git"
},
"bugs": "https://github.com/incentro/scrum.cards/issues",
"license": "",
"author": "Erwin Lengkeek",
"contributors": [
"Pieter Bogaerts"
],
"main": "main.js",
"engines": {
"node": ">=4.4.5",
"npm": ">=3.10.6"
},
"keywords": [
"scrum",
"cards",
"agile",
"scrumcards",
"scrumcard"
],
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-open": "^2.0.0",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"imagemin-cli": "^3.0.0",
"lighthouse": "^1.4.1",
"node-sass": "^4.2.0",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"sw-precache": "^4.3.0",
"the-flex-grid": "^1.5.0"
}
}