UNPKG

1.48 kBJSONView Raw
1{
2 "name": "mapql",
3 "version": "0.0.10",
4 "description": "A MongoDB inspired ES6 Map() query langauge.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha tests/node.js",
8 "local": "karma start tests/local.karma.js --debug",
9 "sauce": "karma start tests/sauce.karma.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/LouisT/MapQL.git"
14 },
15 "keywords": [
16 "map",
17 "query",
18 "language",
19 "search",
20 "es6",
21 "es5",
22 "chain",
23 "ql",
24 "mapdsl"
25 ],
26 "author": {
27 "name": "Louis T.",
28 "email": "louist@ltdev.im",
29 "web": "https://lou.ist/"
30 },
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/LouisT/MapQL/issues"
34 },
35 "homepage": "https://github.com/LouisT/MapQL#readme",
36 "devDependencies": {
37 "babel-plugin-transform-builtin-extend": "^1.1.2",
38 "babel-plugin-transform-runtime": "^6.23.0",
39 "babel-preset-es2015": "^6.24.1",
40 "babelify": "^7.3.0",
41 "grunt": "^1.0.1",
42 "grunt-banner": "^0.6.0",
43 "grunt-browserify": "^5.0.0",
44 "grunt-contrib-clean": "^1.1.0",
45 "grunt-contrib-uglify": "^3.0.1",
46 "grunt-stripcomments": "^0.7.2",
47 "karma": "^1.7.0",
48 "karma-browserify": "^5.1.1",
49 "karma-mocha": "^1.3.0",
50 "karma-phantomjs-launcher": "^1.0.4",
51 "karma-sauce-launcher": "^1.1.0",
52 "load-grunt-tasks": "^3.5.2",
53 "mocha": "^3.4.2"
54 },
55 "dependencies": {
56 "is-equal": "^1.5.5"
57 },
58 "engines": {
59 "node": ">=6.0.0"
60 }
61}