123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "name": "mout",
- "description": "Modular Utilities",
- "version": "0.9.1",
- "homepage": "http://moutjs.com/",
- "contributors": [
- "Adam Nowotny",
- "André Cruz <amdfcruz@gmail.com>",
- "Conrad Zimmerman (http://www.conradz.com)",
- "Friedemann Altrock <frodenius@gmail.com>",
- "Igor Almeida <igor.p.almeida@gmail.com>",
- "Jarrod Overson (http://jarrodoverson.com)",
- "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
- "Mathias Paumgarten <mail@mathias-paumgarten.com>",
- "Zach Shipley"
- ],
- "keywords": [
- "utilities",
- "functional",
- "amd-utils",
- "stdlib"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/mout/mout.git"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/mit-license.php"
- }
- ],
- "bugs": {
- "url": "https://github.com/mout/mout/issues/"
- },
- "main": "./index.js",
- "scripts": {
- "pretest": "node build pkg",
- "test": "istanbul test tests/runner.js --hook-run-in-context"
- },
- "directories": {
- "doc": "./doc"
- },
- "devDependencies": {
- "istanbul": "~0.1.27",
- "jasmine-node": "~1.2.2",
- "requirejs": "2.x",
- "nodefy": "*",
- "mdoc": "~0.3.2",
- "handlebars": "~1.0.6",
- "commander": "~1.0.5",
- "rocambole": "~0.2.3",
- "jshint": "2.x",
- "rimraf": "~2.2.2",
- "regenerate": "~0.5.4"
- },
- "testling": {
- "preprocess": "node build testling",
- "browsers": {
- "ie": [
- 7,
- 8,
- 9,
- 10
- ],
- "firefox": [
- 17,
- "nightly"
- ],
- "chrome": [
- 23,
- "canary"
- ],
- "opera": [
- 12,
- "next"
- ],
- "safari": [
- 5.1,
- 6
- ],
- "iphone": [
- 6
- ],
- "ipad": [
- 6
- ]
- },
- "scripts": [
- "tests/lib/jasmine/jasmine.js",
- "tests/lib/jasmine/jasmine.async.js",
- "tests/lib/jasmine/jasmine-tap.js",
- "tests/lib/requirejs/require.js",
- "tests/testling/src.js",
- "tests/testling/specs.js",
- "tests/runner.js"
- ]
- },
- "__npminstall_done": true,
- "_from": "mout@0.9.1",
- "_resolved": "https://registry.npmmirror.com/mout/-/mout-0.9.1.tgz"
- }
|