UNPKG

723 BJSONView Raw
1{
2 "name": "1password",
3 "description": "Work With 1Password Keychains",
4 "version": "0.1.0",
5 "author": "George Czabania <george@czabania.com>",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/stayradiated/onepasswordjs.git"
9 },
10 "bugs": {
11 "url": "http://github.com/stayradiated/onepasswordjs/issues"
12 },
13 "main": "js/keychain.js",
14 "scripts": {
15 "test": "mocha --compilers coffee:coffee-script tests"
16 },
17 "engines": {
18 "node": ">= 0.8.0"
19 },
20 "keywords": [
21 "onepassword",
22 "cloud",
23 "keychain"
24 ],
25 "dependencies": {},
26 "devDependencies": {
27 "grunt": "~0.4.0",
28 "grunt-contrib-coffee": "~0.5.0",
29 "grunt-contrib-watch": "~0.3.1",
30 "mocha": "1.7.x"
31 }
32}