forked from PokeAPI/pokeapi
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 700 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 700 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
{
"name": "pokeapi",
"version": "2.0.0",
"description": "A RESTful api for pokemon data",
"dependencies": {
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-flatten": "^0.2.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/pokeapi",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"scripts": {
"postinstall": "opencollective postinstall"
}
}