forked from EMQ2/javascript-interview-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 854 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": "simple-live-boilerplate",
"version": "1.0.1",
"description": "HTML/CSS/JS/JQuery Boilerplate with live server setup.",
"main": "index.js",
"scripts": {
"start": "live-server"
},
"keywords": [
"boilerplate",
"live server",
"html/css",
"jquery",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/serpient/simple-boilerplate.git"
},
"author": "serpient",
"license": "ISC",
"bugs": {
"url": "https://github.com/serpient/simple-boilerplate/issues"
},
"homepage": "https://github.com/serpient/simple-boilerplate#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"live-server": "^1.2.1"
},
"dependencies": {}
}