package.json
620 Bytes
{
"name": "layout",
"version": "1.0.0",
"description": "websit layout library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xieyankun/layout.git"
},
"author": "Kira",
"license": "ISC",
"bugs": {
"url": "https://github.com/xieyankun/layout/issues"
},
"homepage": "https://github.com/xieyankun/layout#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-less": "^3.1.0",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.10",
"require-dir": "^0.3.1"
}
}