tjson-js
Version:
Tagged JSON (TJSON): a JSON-based microformat with rich type annotations
43 lines (42 loc) • 1 kB
JSON
{
"name": "tjson-js",
"version": "0.1.2",
"description": "Tagged JSON (TJSON): a JSON-based microformat with rich type annotations",
"author": "Tony Arcieri <bascule@gmail.com>",
"license": "MIT",
"main": "release/tjson.js",
"types": "src/tjson.ts",
"repository": {
"type": "git",
"url": "https://github.com/tjson/tjson-js"
},
"keywords": [
"json",
"serialization",
"types"
],
"bugs": {
"url": "https://github.com/tjson/tjson-js/issues"
},
"scripts": {
"test": "mocha --compilers ts:ts-node/register --recursive"
},
"dependencies": {
"utf8": "^2.1.2"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/mocha": "^2.2.40",
"@types/utf8": "*",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.1.6",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.23",
"toml": "^2.3.2",
"ts-node": "^3.0.2",
"typescript": "^2.2.1",
"web-request": "^1.0.7"
}
}