HTMLify
bower.json
Views: 24 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | { "name": "bson", "description": "A bson parser for node.js and the browser", "keywords": [ "mongodb", "bson", "parser" ], "author": "Christian Amor Kvalheim <christkv@gmail.com>", "main": "./browser_build/bson.js", "license": "Apache-2.0", "moduleType": [ "globals", "node" ], "ignore": [ "**/.*", "alternate_parsers", "benchmarks", "bower_components", "node_modules", "test", "tools" ] } |