-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 948 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
{
"name": "squad-explorer",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"cheerio": "^0.22.0",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"gulp-connect": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-image": "^2.5.0",
"gulp-minify": "0.0.14",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-stylus": "^2.5.0",
"jsonfile": "^2.4.0",
"moment": "^2.17.1",
"nightmare": "^2.9.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajpurkar/SQuAD-explorer.git"
},
"author": "Pranav Rajpurkar",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajpurkar/SQuAD-explorer/issues"
},
"homepage": "https://github.com/rajpurkar/SQuAD-explorer#readme"
}