shapely
Version:
Runtime type checker with tagged unions
39 lines • 1.17 kB
JSON
{
"name": "shapely",
"version": "0.2.3",
"description": "Runtime type checker with tagged unions",
"author": "Aria Minaei",
"license": "MIT",
"main": "lib/shapely.js",
"scripts": {
"test": "mocha \"test/**/*.ls\"",
"test:watch": "mocha \"test/**/*.ls\" --watch",
"dev": "webpack --watch --colors --progress",
"prepublish": "webpack --colors --progress",
"doc": "mocha \"test/**/*.ls\" --reporter markdown > api.md"
},
"devDependencies": {
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-plugin-flow-comments": "^1.0.9",
"babel-plugin-syntax-flow": "^6.1.18",
"babel-plugin-transform-flow-strip-types": "^6.1.18",
"babel-preset-es2015": "^6.1.4",
"babel-preset-stage-1": "^6.1.18",
"chai": "^1.10.0",
"chai-changes": "^1.3.4",
"chai-fuzzy": "^1.5.0",
"mocha": "^2.0.1",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"pretty-error": "^1.2.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"webpack": "^1.12.4",
"webpack-error-notification": "^0.1.4",
"livescript": "^1.4.0"
},
"dependencies": {
"lodash": "^3.10.1",
"ramda": "^0.18.0"
}
}