ember-introjs
Version:
An Ember Component for intro.js
59 lines (58 loc) • 1.81 kB
JSON
{
"_from": "fastboot-transform@^0.1.2",
"_id": "fastboot-transform@0.1.2",
"_inBundle": false,
"_integrity": "sha512-SU343Ca3XeiGHxSvycVb3062ejN68Go8OXcx4QWgUUMek43XRUr/LuU4ILSxAMvvHvhamsSQivysWBEO9ux4oA==",
"_location": "/fastboot-transform",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fastboot-transform@^0.1.2",
"name": "fastboot-transform",
"escapedName": "fastboot-transform",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/ember-cli-fastboot"
],
"_resolved": "https://registry.npmjs.org/fastboot-transform/-/fastboot-transform-0.1.2.tgz",
"_shasum": "f910d666ab93e75604492ea655270d1804bc8de7",
"_spec": "fastboot-transform@^0.1.2",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-cli-fastboot",
"author": {
"name": "Krati Ahuja",
"email": "kratiahuja@gmail.com"
},
"bugs": {
"url": "https://github.com/kratiahuja/fastboot-transform/issues"
},
"bundleDependencies": false,
"dependencies": {
"broccoli-stew": "^1.5.0"
},
"deprecated": false,
"description": "Utility to transform given broccoli tree that contains browser API to be fastboot complaint.",
"devDependencies": {
"broccoli-funnel": "^1.2.0",
"broccoli-test-helper": "^1.1.0",
"broccoli-test-helpers": "^0.0.9",
"chai": "^4.0.1",
"co": "^4.6.0",
"mocha": "^3.4.2"
},
"homepage": "https://github.com/kratiahuja/fastboot-transform#readme",
"license": "MIT",
"main": "src/index.js",
"name": "fastboot-transform",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kratiahuja/fastboot-transform.git"
},
"scripts": {
"test": "mocha tests/"
},
"version": "0.1.2"
}