Sha256: 2df11bc4c8b5b46bb8025caa2f2fc14cae6de61eff774b3b08c7331d14e56eaf
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 KB
Contents
{ "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" } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spider-src-0.1.7 | lib/spider-src/support/spider/package.json |
spider-src-0.1.6 | lib/spider-src/support/spider/package.json |
spider-src-0.1.5 | lib/spider-src/support/spider/package.json |