UNPKG

1.25 kBJSONView Raw
1{
2 "name": "mout",
3 "description": "Modular Utilities",
4 "version": "0.2.0",
5 "homepage": "http://moutjs.com/",
6 "contributors": [
7 "Adam Nowotny",
8 "André Cruz",
9 "Conrad Zimmerman (http://www.conradz.com)",
10 "Friedemann Altrock <frodenius@gmail.com>",
11 "Jarrod Overson (http://jarrodoverson.com)",
12 "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
13 "Zach Shipley"
14 ],
15 "keywords": [
16 "utilities",
17 "functional",
18 "amd-utils",
19 "stdlib"
20 ],
21 "repository": {
22 "type": "git",
23 "url": "git://github.com/mout/mout.git"
24 },
25 "licenses": [
26 {
27 "type": "MIT",
28 "url": "http://www.opensource.org/licenses/mit-license.php"
29 }
30 ],
31 "bugs": {
32 "url": "https://github.com/mout/mout/issues/"
33 },
34 "main": "./index.js",
35 "scripts": {
36 "prepublish": "node build cjs .",
37 "pretest" : "node build pkg",
38 "test": "node node_modules/istanbul/lib/cli test tests/runner.js --hook-run-in-context"
39 },
40 "directories": {
41 "doc": "./doc"
42 },
43 "devDependencies": {
44 "istanbul": "~0.1.27",
45 "jasmine-node" : "~1.0.28",
46 "requirejs" : "2.x",
47 "nodefy": "*",
48 "mdoc": "~0.3.2",
49 "handlebars": "~1.0.6",
50 "commander": "~1.0.5"
51 }
52}