superscriptjs/ss-parser

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ss-parser",
  "version": "1.0.3",
  "description": "The parser interface for SuperScript",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/superscriptjs/ss-parser"
  },
  "scripts": {
    "build": "babel src --out-dir lib --copy-files",
    "prepublish": "npm run build",
    "test": "mocha --compilers js:babel-register test -R spec -t 30000",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --compilers js:babel-register -R spec test -s 1700 -t 30000"
  },
  "author": "Rob Ellis",
  "license": "MIT",
  "homepage": "https://github.com/superscriptjs/ss-parser",
  "dependencies": {
    "async": "^2.1.5",
    "async-replace": "^1.0.1",
    "bot-lang": "^1.1.1",
    "checksum": "^0.1.1",
    "debug": "^2.6.3",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "pegjs": "^0.10.0",
    "wordpos": "^1.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-preset-env": "^1.2.2",
    "babel-register": "^6.24.0",
    "coveralls": "^2.12.0",
    "eslint": "^3.18.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^3.2.0",
    "should": "^11.2.1"
  }
}