UNPKG

809 BJSONView Raw
1{
2 "name": "lowscore",
3 "version": "1.8.0",
4 "description": "a very small underscore, for browser apps that like to watch their weight",
5 "main": "index.js",
6 "scripts": {
7 "version": "node tools/make.js && git add index.js readme.md",
8 "test": "mocha"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/featurist/lowscore.git"
13 },
14 "keywords": [
15 "underscore",
16 "util"
17 ],
18 "author": "Tim Macfarlane <timmacfarlane@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/featurist/lowscore/issues"
22 },
23 "homepage": "https://github.com/featurist/lowscore#readme",
24 "devDependencies": {
25 "chai": "3.5.0",
26 "fs-promise": "0.5.0",
27 "mocha": "2.4.5",
28 "mustache": "2.2.1",
29 "uglify-js": "2.6.2",
30 "underscore": "1.8.3"
31 }
32}