l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

package.json (1533B)


      1 {
      2   "_from": "import",
      3   "_id": "import@0.0.6",
      4   "_inBundle": false,
      5   "_integrity": "sha1-0Ot534aqJnfG22FXilISswMeYEI=",
      6   "_location": "/import",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "tag",
     10     "registry": true,
     11     "raw": "import",
     12     "name": "import",
     13     "escapedName": "import",
     14     "rawSpec": "",
     15     "saveSpec": null,
     16     "fetchSpec": "latest"
     17   },
     18   "_requiredBy": [
     19     "#USER",
     20     "/"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/import/-/import-0.0.6.tgz",
     23   "_shasum": "d0eb79df86aa2677c6db61578a5212b3031e6042",
     24   "_spec": "import",
     25   "_where": "/Users/underd0g/Documents/l0bsterssg",
     26   "author": {
     27     "name": "Hiroki Osame"
     28   },
     29   "bin": {
     30     "import": "import"
     31   },
     32   "bugs": {
     33     "url": "https://github.com/hirokiosame/import/issues"
     34   },
     35   "bundleDependencies": false,
     36   "dependencies": {
     37     "optimist": "0.3.x"
     38   },
     39   "deprecated": false,
     40   "description": "Concatenate files together using import statements.",
     41   "devDependencies": {
     42     "vows": "0.7.x"
     43   },
     44   "engineStrict": true,
     45   "engines": {
     46     "node": ">=0.10.0"
     47   },
     48   "homepage": "https://github.com/hirokiosame/import#readme",
     49   "keywords": [
     50     "import",
     51     "module",
     52     "es6"
     53   ],
     54   "licenses": [
     55     {
     56       "type": "BSD",
     57       "url": "https://github.com/hirokiosame/import/blob/master/LICENSE"
     58     }
     59   ],
     60   "main": "index.js",
     61   "name": "import",
     62   "repository": {
     63     "type": "git",
     64     "url": "git+https://github.com/hirokiosame/import.git"
     65   },
     66   "scripts": {
     67     "test": "vows; echo"
     68   },
     69   "version": "0.0.6"
     70 }