UNPKG

1.15 kBJSONView Raw
1{
2 "name": "pry",
3 "version": "0.6.3",
4 "description": "Pry like REPL in javascript. fork of blainesch/pry.js",
5 "main": "lib/pry.js",
6 "scripts": {
7 "test": "mocha --recursive --reporter=mocha-pride --compilers coffee:coffee-script/register ./tests && ./node_modules/.bin/cucumber.js",
8 "build": "grunt && grunt createExec && grunt copyLibs",
9 "deploy": "npm run build && npm publish"
10 },
11 "author": "thisredone",
12 "license": "MIT",
13 "dependencies": {
14 "chalk": "^1.1.3",
15 "coffee-script": "^1.10.0",
16 "deasync": "~0.1.7",
17 "pygmentize-bundled": "^2.3.0"
18 },
19 "devDependencies": {
20 "chai": "^3.5.0",
21 "cucumber": "^1.0.0",
22 "grunt": "^1.0.1",
23 "grunt-contrib-clean": "^1.0.0",
24 "grunt-contrib-coffee": "^1.0.0",
25 "mocha-pride": "0.0.2",
26 "sinon": "^1.17.4"
27 },
28 "directories": {
29 "example": "examples",
30 "test": "test"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/thisredone/pry.js"
35 },
36 "bugs": {
37 "url": "https://github.com/thisredone/pry.js/issues"
38 },
39 "homepage": "https://github.com/thisredone/pry.js",
40 "bin": {
41 "pryjs": "lib/pry.bin.js"
42 }
43}