-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "textrpg",
"version": "0.0.1",
"description": "description of textrpg",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp --prod"
},
"homepage": "",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": ""
},
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-core": "^6.26.0",
"browser-sync": "^2.23.6",
"browserify": "^16.1.1",
"browserify-shim": "^3.8.6",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^5.0.0",
"vinyl-buffer": "latest",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.0"
},
"dependencies": {
"foundation-sites": "latest",
"jquery": "^3.3.1"
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js",
"foundation": "./node_modules/foundation-sites/js/foundation.js"
}
}