-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 879 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
{
"name": "terminal_webapp",
"version": "1.0.0",
"description": "Custom terminal to be used in the browser configured with html",
"main": "term.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farazoman/terminal_webapp.git"
},
"author": "Faraz Oman",
"license": "ISC",
"bugs": {
"url": "https://github.com/farazoman/terminal_webapp/issues"
},
"homepage": "https://github.com/farazoman/terminal_webapp#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-inject": "^4.1.0",
"gulp-minify": "0.0.14",
"gulp-uglify": "^2.0.0"
},
"dependencies": {
"jquery": "^3.1.0"
}
}