UNPKG

ldraw

Version:

A Library for parsing an LDraw file

31 lines (30 loc) 658 B
{ "name": "ldraw", "version": "0.1.1", "description": "A Library for parsing an LDraw file", "main": "src/ldraw.js", "scripts": { "test": "node_modules/.bin/mocha tests" }, "bin": { "ldrawclean": "./bin/ldrawclean" }, "repository": { "type": "git", "url": "https://github.com/jsonxr/node-ldraw.git" }, "author": "Jason Rowland", "license": "MIT", "bugs": { "url": "https://github.com/jsonxr/node-ldraw/issues" }, "devDependencies": { "mocha": "^2.0.1" }, "homepage": "https://github.com/jsonxr/node-ldraw", "dependencies": { "async": "^0.9.0", "glob": "^4.3.2", "yargs": "^1.3.3" } }