1 Star 0 Fork 7

hiworld/ichiColor

forked from nullice/ichiColor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
nullice 提交于 2017-04-08 11:38 . 1.0.1
{
"name": "ichi-color",
"version": "1.0.1",
"description": "javascript color calculation module",
"main": "./bin/ichi-color.js",
"module": "./src/ichi-color.js",
"scripts": {
"test": "nyc ava",
"report": "nyc report --reporter=html",
"demo": "webpack --config webpack_DEMO.config.js",
"demo-w": "webpack -w --config webpack_DEMO.config.js",
"build": "rollup -c rollup-ex.config.js & rollup -c rollup-ex-min.config.js & rollup -c rollup-main.config.js & rollup -c rollup-main-min.config.js"
},
"author": "nullice",
"license": "MIT",
"devDependencies": {
"ava": "^0.18.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"coveralls": "^2.13.0",
"nyc": "^10.2.0",
"rollup-plugin-uglify": "^1.0.1",
"webpack": "^1.13.2"
},
"ava": {
"files": [
"./test/*.js"
],
"source": [
"./src/*.{js,jsx}"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hioesqgj/ichiColor.git
git@gitee.com:hioesqgj/ichiColor.git
hioesqgj
ichiColor
ichiColor
master

搜索帮助