-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 932 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
{
"name": "better-fpl",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeppe-smith/better-fpl.git"
},
"author": "Jeppe Smith <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeppe-smith/better-fpl/issues"
},
"homepage": "https://github.com/jeppe-smith/better-fpl#readme",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.3",
"gulp-sass": "^2.3.2",
"jquery": "^3.1.0",
"jshint": "^2.9.2",
"watchjs": "0.0.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
}
}