wiki/web_dev/package.json

18 lines
331 B
JSON

{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"semantic-ui": "^2.2.7",
"simplemde": "^1.11.2"
}
}