33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "ipfs-docs",
|
|
"version": "0.1.0",
|
|
"description": "Documentation site for IPFS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ipfs/docs.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ipfs/docs/issues"
|
|
},
|
|
"homepage": "https://github.com/ipfs/docs#readme",
|
|
"dependencies": {
|
|
"ipfs-css": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.2.2",
|
|
"less": "^2.7.3",
|
|
"less-plugin-autoprefix": "^1.5.1",
|
|
"less-plugin-clean-css": "^1.5.1",
|
|
"nodemon": "^1.17.5",
|
|
"standard": "^11.0.1",
|
|
"uglify-es": "^3.3.9",
|
|
"watchify": "^3.11.0"
|
|
}
|
|
}
|