forked from TallerWebSolutions/tallerwebsolutions.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
55
56
{
"name": "site-taller",
"version": "1.0.0",
"description": "Taller WebSite",
"main": "src/js/main.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TallerWebSolutions/site-taller.git"
},
"keywords": [
"taller",
"website"
],
"author": "Taller WebSolutions",
"license": "ISC",
"bugs": {
"url": "https://github.com/TallerWebSolutions/site-taller/issues"
},
"homepage": "https://github.com/TallerWebSolutions/site-taller#readme",
"dependencies": {
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"node-sass": "^3.2.0",
"require-dir": "^0.3.0"
},
"devDependencies": {
"async": "^1.4.0",
"bourbon": "^4.2.3",
"bourbon-neat": "^1.7.2",
"breakpoint-sass": "^2.6.1",
"browser-sync": "^2.8.1",
"browserify": "^11.0.1",
"extend": "^3.0.0",
"gh-pages": "^0.3.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-hb": "^2.6.1",
"gulp-inject": "^1.5.0",
"gulp-util": "^3.0.6",
"jquery": "^2.1.4",
"jquery-smooth-scroll": "^1.5.5",
"jsonfile": "^2.2.1",
"q": "^1.4.1",
"rimraf": "^2.4.2",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.17.1"
}
}