UNPKG

stack-adt

Version:
41 lines (40 loc) 1.05 kB
{ "name": "stack-adt", "version": "0.2.3", "description": "Stack ADT for browser and nodejs", "main": "dist/stack-adt.js", "scripts": { "test": "mocha" }, "files": [ "dist/stack-adt.js" ], "engines": { "node": ">=0.10.0" }, "repository": { "type": "git", "url": "https://github.com/pasangsherpa/stack-adt.git" }, "keywords": [ "stack", "adt", "datatype", "abstractdatatype" ], "author": "Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)", "license": "MIT", "bugs": { "url": "https://github.com/pasangsherpa/stack-adt/issues" }, "homepage": "https://github.com/pasangsherpa/stack-adt", "devDependencies": { "grunt": "^0.4.1", "grunt-bump-build-git": "~1.1.1", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.4.0", "load-grunt-tasks": "^0.4.0", "mocha": "*" } }