UNPKG

696 BJSONView Raw
1{
2 "name": "data-lens",
3 "version": "0.0.14",
4 "description": "javascript implementation of data-lens",
5 "main": "node.js",
6 "browser": "browser.js",
7 "scripts": {
8 "test": "mocha --compilers coffee:coffee-script/register"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/syeo/data-lens.git"
13 },
14 "keywords": [
15 "lens",
16 "data-lens"
17 ],
18 "author": "Stanley Yeo <yyoud88@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/syeo/data-lens/issues"
22 },
23 "homepage": "https://github.com/syeo/data-lens",
24 "devDependencies": {
25 "chai": "^2.2.0",
26 "mocha": "^2.2.4"
27 },
28 "dependencies": {
29 "coffee-script": "^1.9.2"
30 }
31}