UNPKG

1.13 kBJSONView Raw
1{
2 "name": "pry",
3 "version": "0.6.0",
4 "description": "Pry like REPL in javascript.",
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": "blainesch",
12 "license": "MIT",
13 "dependencies": {
14 "chalk": "^1.1.1",
15 "coffee-script": "^1.8.0",
16 "deasync": "~0.1.2",
17 "pygmentize-bundled": "^2.3.0"
18 },
19 "devDependencies": {
20 "chai": "^3.3.0",
21 "cucumber": "^0.6.0",
22 "grunt": "^0.4.5",
23 "grunt-contrib-clean": "^0.6.0",
24 "grunt-contrib-coffee": "^0.13.0",
25 "mocha-pride": "0.0.2",
26 "sinon": "^1.12.1"
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}