{
  "name": "m3.js",
  "version": "1.1.0",
  "description": "Describe m3.js here",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "src",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-web-module",
    "clean": "nwb clean-module",
    "prepublishOnly": "npm run build",
    "test": "nwb test",
    "test:coverage": "nwb test --coverage",
    "test:watch": "nwb test --server"
  },
  "dependencies": {},
  "devDependencies": {
    "nwb": "0.25.x"
  },
  "author": "Fi1osof",
  "homepage": "https://github.com/Fi1osof/m3.js#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fi1osof/m3.js.git"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "keywords": [
    "WebGL",
    "m3"
  ],
  "bugs": {
    "url": "https://github.com/Fi1osof/m3.js/issues"
  }
}
