forked from KhoiAndPhil/Khoi-Phil_project4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 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
{
"name": "khoi-phil_project4",
"version": "1.0.0",
"description": "KhoiandPhil_Project4",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippeSwing/Khoi-Phil_project4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PhilippeSwing/Khoi-Phil_project4/issues"
},
"homepage": "https://github.com/PhilippeSwing/Khoi-Phil_project4#readme",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browser-sync": "^2.24.6",
"browserify": "^16.2.2",
"fastpriorityqueue": "^0.6.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}