ember-introjs
Version:
An Ember Component for intro.js
92 lines (91 loc) • 2.01 kB
JSON
{
"_from": "najax@^1.0.2",
"_id": "najax@1.0.3",
"_inBundle": false,
"_integrity": "sha1-ERRfTZEERupmHYq3/O9T9q0WSuU=",
"_location": "/najax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "najax@^1.0.2",
"name": "najax",
"escapedName": "najax",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/fastboot"
],
"_resolved": "https://registry.npmjs.org/najax/-/najax-1.0.3.tgz",
"_shasum": "11145f4d910446ea661d8ab7fcef53f6ad164ae5",
"_spec": "najax@^1.0.2",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/fastboot",
"author": {
"name": "Alan Clarke",
"email": "self@alz.so",
"url": "alz.so"
},
"bugs": {
"url": "https://github.com/najaxjs/najax/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "doublerebel"
},
{
"name": "philschatz"
},
{
"name": "rhildred"
},
{
"name": "mar-tino"
},
{
"name": "mixu"
}
],
"dependencies": {
"jquery-deferred": "^0.3.0",
"lodash.defaultsdeep": "^4.6.0",
"qs": "^6.2.0"
},
"deprecated": false,
"description": "jquery ajax-stye http requests in node",
"devDependencies": {
"chai": "^3.4.1",
"getport": "^0.1.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"nock": "^7.2.2",
"standard": "^7.1.2"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 4.4.3"
},
"homepage": "https://github.com/najaxjs/najax",
"keywords": [],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/najaxjs/najax/blob/master/LICENSE-MIT"
}
],
"main": "lib/najax",
"name": "najax",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/najaxjs/najax.git"
},
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha && standard"
},
"version": "1.0.3"
}