ember-introjs
Version:
An Ember Component for intro.js
65 lines (64 loc) • 1.58 kB
JSON
{
"_from": "timespan@2.x",
"_id": "timespan@2.3.0",
"_inBundle": false,
"_integrity": "sha1-SQLOBAvRPYRcj1myfp1ZutbzmSk=",
"_location": "/timespan",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "timespan@2.x",
"name": "timespan",
"escapedName": "timespan",
"rawSpec": "2.x",
"saveSpec": null,
"fetchSpec": "2.x"
},
"_requiredBy": [
"/build"
],
"_resolved": "https://registry.npmjs.org/timespan/-/timespan-2.3.0.tgz",
"_shasum": "4902ce040bd13d845c8f59b27e9d59bad6f39929",
"_spec": "timespan@2.x",
"_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/build",
"author": {
"name": "Michael Stum",
"email": "blog@stum.de"
},
"bugs": {
"url": "https://github.com/indexzero/TimeSpan.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
}
],
"deprecated": false,
"description": "A JavaScript TimeSpan library for node.js (and soon the browser)",
"devDependencies": {
"vows": ">= 0.7.0"
},
"engines": {
"node": ">= 0.2.0"
},
"homepage": "https://github.com/indexzero/TimeSpan.js#readme",
"keywords": [
"time",
"dates",
"utilities",
"timespan"
],
"main": "./lib/time-span.js",
"name": "timespan",
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/TimeSpan.js.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "2.3.0"
}