ember-introjs
Version:
An Ember Component for intro.js
146 lines (145 loc) • 3.15 kB
JSON
{
"_from": "mout@^1.0.0",
"_id": "mout@1.1.0",
"_inBundle": false,
"_integrity": "sha512-XsP0vf4As6BfqglxZqbqQ8SR6KQot2AgxvR0gG+WtUkf90vUXchMOZQtPf/Hml1rEffJupqL/tIrU6EYhsUQjw==",
"_location": "/mout",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mout@^1.0.0",
"name": "mout",
"escapedName": "mout",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/bower-config"
],
"_resolved": "https://registry.npmjs.org/mout/-/mout-1.1.0.tgz",
"_shasum": "0b29d41e6a80fa9e2d4a5be9d602e1d9d02177f6",
"_spec": "mout@^1.0.0",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/bower-config",
"author": {
"name": "Miller Medeiros",
"email": "contact@millermedeiros.com",
"url": "http://blog.millermedeiros.com"
},
"bugs": {
"url": "https://github.com/mout/mout/issues/"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adam Nowotny"
},
{
"name": "André Cruz",
"email": "amdfcruz@gmail.com"
},
{
"name": "Conrad Zimmerman",
"url": "http://www.conradz.com"
},
{
"name": "Friedemann Altrock",
"email": "frodenius@gmail.com"
},
{
"name": "Igor Almeida",
"email": "igor.p.almeida@gmail.com"
},
{
"name": "Jarrod Overson",
"url": "http://jarrodoverson.com"
},
{
"name": "Mathias Paumgarten",
"email": "mail@mathias-paumgarten.com"
},
{
"name": "Zach Shipley"
}
],
"deprecated": false,
"description": "Modular Utilities",
"devDependencies": {
"commander": "~2.11.0",
"handlebars": "~1.0.6",
"istanbul": "~0.4.5",
"jasmine-node": "~1.14.5",
"jshint": "~2.9.1",
"mdoc": "~0.5.3",
"nodefy": "*",
"regenerate": "~1.3.3",
"requirejs": "~2.3.5",
"rimraf": "~2.6.2",
"rocambole": "~0.7.0"
},
"directories": {
"doc": "./doc"
},
"homepage": "http://moutjs.com/",
"keywords": [
"utilities",
"functional",
"amd-utils",
"stdlib"
],
"license": "MIT",
"main": "./index.js",
"name": "mout",
"repository": {
"type": "git",
"url": "git://github.com/mout/mout.git"
},
"scripts": {
"pretest": "node build pkg",
"test": "istanbul test tests/runner.js --hook-run-in-context"
},
"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"
]
},
"version": "1.1.0"
}