|
| 1 | +{ |
| 2 | + "name": "scriptular", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A rubular.com clone for JavaScript regular expressions", |
| 5 | + "main": "application.js", |
| 6 | + "private": true, |
| 7 | + "scripts": { |
| 8 | + "test": "echo \"Open SpecRunner.html in a browser to run tests\" && exit 0", |
| 9 | + "build": "cake build" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/jonmagic/scriptular.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "regexp", |
| 17 | + "front-end" |
| 18 | + ], |
| 19 | + "contributors": [ |
| 20 | + "Jonathan Hoyt (https://github.com/jonmagic)", |
| 21 | + "Brandon Keepers (https://github.com/bkeepers)", |
| 22 | + "Aaron Kalin (https://github.com/martinisoft)", |
| 23 | + "Ben Truyman (https://github.com/bentruyman)", |
| 24 | + "John K. Paul (https://github.com/johnkpaul)", |
| 25 | + "Adam Brodzinski (https://github.com/AdamBrodzinski)", |
| 26 | + "brycecr (https://github.com/brycecr)", |
| 27 | + "Judith Hendeveld (https://github.com/judith)", |
| 28 | + "beechnut (https://github.com/beechnut)", |
| 29 | + "Blair Anderson (https://github.com/blairanderson)", |
| 30 | + "Vladimir Pestov (https://github.com/KozzyKoder)", |
| 31 | + "Corey Leveen (https://github.com/coreyleveen)", |
| 32 | + "Daniel Arthur Gallagher (https://github.com/DanArthurGallagher)", |
| 33 | + "Mosh Feu (https://github.com/moshfeu)" |
| 34 | + ], |
| 35 | + "license": "MIT", |
| 36 | + "bugs": { |
| 37 | + "url": "https://github.com/jonmagic/scriptular/issues" |
| 38 | + }, |
| 39 | + "homepage": "https://github.com/jonmagic/scriptular#readme", |
| 40 | + "devDependencies": { |
| 41 | + "coffeescript": "1.12.7" |
| 42 | + } |
| 43 | +} |
0 commit comments