forked from code-squad/javascript-food
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 946 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": "javascript-food",
"version": "1.0.0",
"description": "baeMinchan copy by dali:D",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "lite-server",
"babel": "babel js -d es5Js",
"lint": "./node_modules/.bin/eslint --init",
"sass": "node-sass --output-style expanded style/sass --source-map true --source-map-contents --output style/css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amorfati0310/javascript-food.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amorfati0310/javascript-food/issues"
},
"homepage": "https://github.com/amorfati0310/javascript-food#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^23.4.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^23.4.1",
"lite-server": "^2.4.0",
"node-sass": "^4.9.2",
"webpack": "^4.15.1"
}
}