7 Star 24 Fork 3

PowerJSON / PowerJSON

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bd999 提交于 2019-10-15 08:13 . add readme_cn.md
{
"name": "@powerjson/powerjson",
"version": "1.0.0-alpha",
"description": "Powerjson is json's improved data format.",
"main": "index.node.js",
"scripts": {
"build": "pegjs --cache parser/pjson.node.pegjs && pegjs --cache parser/pjson.browser.pegjs",
"start": "npm run build && npm run test",
"test": "node ./test/test.js",
"pub": "npm publish --access public"
},
"keywords": [
"json",
"dataformat",
"data",
"format",
"powerjson"
],
"author": "Bill Dong",
"license": "MIT",
"dependencies": {
"sync-request": "^6.1.0"
}
}
JavaScript
1
https://gitee.com/PowerJSON/PowerJSON.git
git@gitee.com:PowerJSON/PowerJSON.git
PowerJSON
PowerJSON
PowerJSON
master

搜索帮助