-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
52
53
54
{
"name": "front-end-boilerplate",
"version": "1.0.0",
"description": "A front-end boiler plate built with gulp and browser-sync",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.lovecomm.net:7999/ldev/front-end-boilerplate.git"
},
"keywords": [
"boilerplate",
"sass",
"scss",
"gulp",
"browser-sync",
"javascript"
],
"author": "Logan Call",
"license": "MIT",
"bugs": {
"url": "http://git.lovecomm.net/projects/LDEV/repos/front-end-boilerplate/"
},
"devDependencies": {
"browser-sync": "^2.10.1",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-config-google": "^0.5.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.1.2",
"gulp-cssnano": "^2.1.1",
"gulp-iconfont": "^5.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rucksack": "^0.1.2",
"gulp-sass": "^2.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6",
"imagemin-pngcrush": "^4.0.0",
"lodash": "^3.10.1",
"node-sass": "^3.3.3",
"run-sequence": "^1.0.2"
},
"homepage": "http://git.lovecomm.net/projects/LDEV/repos/front-end-boilerplate/"
}