{

"name": "spider-script",
"version": "0.1.5",
"main": "spider-script.js",
"description": "The Next-Gen Programming Language for the Web",
"homepage": "http://spiderlang.org",
"bugs": "https://github.com/alongubkin/spider/issues",
"author": {
  "name": "Alon Gubkin",
  "email": "alon.gubkin@gmail.com"
},
"repository": {
  "type": "git",
  "url": "https://github.com/alongubkin/spider"
},
"license": "Apache",
"files": [
  "lib",
  "cli.js",
  "spider-script.js"
],
"keywords": [
  "spider",
  ""
],
"devDependencies": {
  "coveralls": "~2.11.2",
  "grunt-contrib-clean": "~0.6.0",
  "grunt-contrib-copy": "~0.7.0",
  "grunt-contrib-nodeunit": "^0.3.3",
  "grunt-contrib-watch": "^0.6.1",
  "grunt-eslint": "~2.0.0",
  "grunt-mocha-cli": "^1.9.0",
  "grunt-mocha-istanbul": "~2.2.0",
  "grunt-peg": "~1.5.0",
  "grunt-spider-script": "0.0.9",
  "istanbul": "~0.3.2",
  "load-grunt-tasks": "^0.4.0",
  "mocha": "~2.0.1",
  "mocha-lcov-reporter": "0.0.1",
  "shelljs-nodecli": "~0.1.1",
  "should": "~4.1.0",
  "time-grunt": "^0.3.1",
  "grunt": "~0.4.5"
},
"scripts": {
  "test": "grunt"
},
"bin": {
  "spider": "cli.js"
},
"preferGlobal": "true",
"dependencies": {
  "escodegen": "estools/escodegen#21a9331",
  "pegjs": "~0.8.0",
  "nomnom": "~1.8.1",
  "chalk": "~0.5.1",
  "traceur": "0.0.74",
  "multi-stage-sourcemap": "~0.2.1"
}

}