UNPKG

1.09 kBJSONView Raw
1{
2 "name": "lightsaber",
3 "version": "0.7.2",
4 "description": "Lightweight jedi utility toolbelt",
5 "main": "lib/index.js",
6 "browser": "lib/browser.js",
7 "scripts": {
8 "clean": "rm -rf ./lib/",
9 "compile": "coffee --output lib/ --compile src/",
10 "prepublishOnly": "yarn compile",
11 "test": "mocha --recursive --compilers coffee:coffee-script/register spec",
12 "watch": "coffee --watch --output lib/ --compile src/"
13 },
14 "author": "Harlan T Wood",
15 "license": "ISC",
16 "dependencies": {
17 "bs58": "^3.0.0",
18 "buffer": "^4.9.1",
19 "chalk": "^1.1.3",
20 "circular-json": "^0.3.3",
21 "jssha": "^2.2.0",
22 "lodash": "^4.16",
23 "multihashing": "^0.3.3",
24 "secure-random": "^1.1.1",
25 "shelljs": "^0.7.4"
26 },
27 "devDependencies": {
28 "chai": "^3.5.0",
29 "coffee-script": "^1.11.0",
30 "mocha": "^3.1.0"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/harlantwood/lightsaber.git"
35 },
36 "keywords": [],
37 "bugs": {
38 "url": "https://github.com/harlantwood/lightsaber/issues"
39 },
40 "engines": {
41 "node": ">= 6"
42 }
43}