UNPKG

934 BJSONView Raw
1{
2 "name": "agson",
3 "version": "0.0.5",
4 "description": "Querying and manipulating JSON graphs",
5 "main": "lib/agson.js",
6 "scripts": {
7 "test": "grunt test",
8 "prepublish": "grunt compile"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/AppGyver/agson.git"
13 },
14 "keywords": [],
15 "author": "Eevert Saukkokoski <eevert.saukkokoski@appgyver.com>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/AppGyver/agson/issues"
19 },
20 "homepage": "https://github.com/AppGyver/agson",
21 "devDependencies": {
22 "chai": "^1.9.1",
23 "grunt": "^0.4.5",
24 "grunt-coffeelint": "0.0.10",
25 "grunt-contrib-clean": "^0.5.0",
26 "grunt-contrib-coffee": "^0.10.1",
27 "grunt-contrib-watch": "^0.6.1",
28 "grunt-mocha-test": "^0.11.0",
29 "load-grunt-config": "^0.12.0",
30 "load-grunt-tasks": "^0.6.0"
31 },
32 "dependencies": {
33 "data.maybe": "^1.0.3",
34 "lodash-node": "^2.4.1"
35 }
36}