ant-design/package.json

25 lines
636 B
JSON
Raw Normal View History

2015-05-07 18:50:36 +08:00
{
"name": "ant-design",
"version": "0.0.1",
"description": "Design for ease",
"homepage": "http://ant-design.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design.github.io"
},
"bugs": {
"url": "https://github.com/ant-design/ant-design.github.io/issues"
},
"dependencies": {
2015-05-08 11:56:39 +08:00
"gh-pages-cli": "~0.2.0",
2015-05-11 18:09:13 +08:00
"lodash": "~3.8.0",
2015-05-18 18:13:16 +08:00
"nico-jsx": "~0.5.3"
2015-05-07 19:54:54 +08:00
},
"scripts": {
2015-05-07 20:09:50 +08:00
"build": "npm run clean && nico build",
2015-05-09 17:36:15 +08:00
"start": "npm run clean && nico server --watch",
2015-05-08 11:56:39 +08:00
"clean": "rm -rf _site",
"deploy": "npm run build && gh-pages -d _site -b master"
2015-05-07 18:50:36 +08:00
}
}