2 Star 1 Fork 0

joylei / riot-format

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
joylei 提交于 2016-12-01 17:04 . change version
{
"name": "riot-format",
"version": "1.1.1",
"description": "a helper library for riotjs to format displays",
"main": "dist/riot-format.js",
"jsnext:main": "src/index.js",
"scripts": {
"start": "npm run clean && npm run build && npm run example",
"build": "rollup -c && rollup --config rollup.config.minify.js",
"clean": "npm run clean:dist && npm run clean:example",
"clean:dist": "rm -r -f dist/*",
"clean:example": "rm -r -f examples/riot-format.js",
"example": "cp dist/riot-format*.js examples && superstatic examples --port 3474",
"lint": "eslint src",
"fix": "eslint --fix src",
"test": "npm run lint && mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joylei/riot-format.git"
},
"keywords": [
"riot",
"riotjs",
"riot.js",
"format",
"riot-format",
"filter"
],
"author": "joylei <leingliu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Joylei/riot-format/issues"
},
"homepage": "https://github.com/Joylei/riot-format#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"eslint": "^3.11.0",
"expect.js": "^0.3.1",
"mocha": "^3.2.0",
"rollup": "^0.36.4",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"superstatic": "^4.0.3"
}
}
JavaScript
1
https://gitee.com/wowin/riot-format.git
git@gitee.com:wowin/riot-format.git
wowin
riot-format
riot-format
master

搜索帮助