aureooms-js-type
Version:
type checking code bricks for JavaScript
36 lines • 784 B
JSON
{
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build",
"doc": "./node_modules/.bin/groc"
},
"description": "type checking code bricks for JavaScript",
"keywords": [
"bricks",
"javascript",
"js",
"type",
"typeof",
"types"
],
"bugs": {
"url": "https://github.com/aureooms/js-type/issues"
},
"dependencies": {},
"devDependencies": {
"aureooms-node-package": "^5.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-type.git"
},
"version": "1.0.4",
"author": "aureooms",
"name": "aureooms-js-type",
"homepage": "http://aureooms.github.io/js-type/",
"main": "js/dist/type.js",
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/type.js"
}
}