-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "strictfp-front-end-mae",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProgramLeague/strictfp-front-end-mae.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProgramLeague/strictfp-front-end-mae/issues"
},
"homepage": "https://github.com/ProgramLeague/strictfp-front-end-mae#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.3",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.1",
"gulp-header-license": "^1.0.9",
"gulp-inject": "^4.2.0",
"gulp-inject-string": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1",
"through2": "^2.0.3",
"yargs": "^7.0.1"
},
"dependencies": {
"device.js": "^0.1.2",
"font-awesome": "^4.7.0",
"gulp-less": "^3.3.0",
"jquery": "^3.1.1"
}
}