wiki/web_dev/package.json

18 lines
331 B
JSON
Raw Normal View History

2017-02-12 17:13:44 +01:00
{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-02-13 22:21:57 +01:00
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"semantic-ui": "^2.2.7",
2017-02-12 17:13:44 +01:00
"simplemde": "^1.11.2"
}
}