Advertisement
Guest User

npm package.json

a guest
Apr 8th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.53 KB | None | 0 0
  1. {
  2.   "_args": [
  3.     [
  4.       "pavilion",
  5.       "/Users/Baasdesign/Desktop/Project"
  6.     ]
  7.   ],
  8.   "_from": "pavilion@latest",
  9.   "_id": "pavilion@1.0.14",
  10.   "_inCache": true,
  11.   "_installable": true,
  12.   "_location": "/pavilion",
  13.   "_nodeVersion": "5.0.0",
  14.   "_npmOperationalInternal": {
  15.     "host": "packages-12-west.internal.npmjs.com",
  16.     "tmp": "tmp/pavilion-1.0.14.tgz_1460133210866_0.3917400815989822"
  17.   },
  18.   "_npmUser": {
  19.     "email": "info@baasdesign.nl",
  20.     "name": "baasdesign"
  21.   },
  22.   "_npmVersion": "3.8.6",
  23.   "_phantomChildren": {},
  24.   "_requested": {
  25.     "name": "pavilion",
  26.     "raw": "pavilion",
  27.     "rawSpec": "",
  28.     "scope": null,
  29.     "spec": "latest",
  30.     "type": "tag"
  31.   },
  32.   "_requiredBy": [
  33.     "#USER"
  34.   ],
  35.   "_resolved": "https://registry.npmjs.org/pavilion/-/pavilion-1.0.14.tgz",
  36.   "_shasum": "687ea2fdc56e93c5783cf9c3418b8867628dcc1c",
  37.   "_shrinkwrap": null,
  38.   "_spec": "pavilion",
  39.   "_where": "/Users/Baasdesign/Desktop/yolo",
  40.   "author": {
  41.     "email": "info@baasdesign.com",
  42.     "name": "Baasdesign"
  43.   },
  44.   "bugs": {
  45.     "url": "https://github.com/getpavilion/pavilion/issues"
  46.   },
  47.   "dependencies": {},
  48.   "description": "A minimal CSS framework without the bloat.",
  49.   "devDependencies": {
  50.     "grunt": "^0.4.5",
  51.     "grunt-autoprefixer": "^3.0.4",
  52.     "grunt-contrib-clean": "^1.0.0",
  53.     "grunt-contrib-nodeunit": "^1.0.0",
  54.     "grunt-contrib-sass": "^1.0.0",
  55.     "grunt-contrib-watch": "^1.0.0",
  56.     "grunt-notify": "^0.4.5",
  57.     "load-grunt-tasks": "^3.4.1",
  58.     "time-grunt": "^1.3.0"
  59.   },
  60.   "directories": {},
  61.   "dist": {
  62.     "shasum": "687ea2fdc56e93c5783cf9c3418b8867628dcc1c",
  63.     "tarball": "https://registry.npmjs.org/pavilion/-/pavilion-1.0.14.tgz"
  64.   },
  65.   "engines": {
  66.     "node": ">=0.12.0"
  67.   },
  68.   "gitHead": "f2863af9e1d0120b98ffb136a18210e74047089f",
  69.   "homepage": "http://www.pavilion.io",
  70.   "ignore": [
  71.     "prepros.cfg",
  72.     ".gitignore",
  73.     "bower.json",
  74.     ".travis.yml"
  75.   ],
  76.   "keywords": [
  77.     "responsive",
  78.     "framework",
  79.     "minimal",
  80.     "bootstrap",
  81.     "scss",
  82.     "css",
  83.     "web"
  84.   ],
  85.   "license": "MIT",
  86.   "main": "dist/pavilion.min.css",
  87.   "maintainers": [
  88.     {
  89.       "email": "info@baasdesign.nl",
  90.       "name": "baasdesign"
  91.     }
  92.   ],
  93.   "name": "pavilion",
  94.   "optionalDependencies": {},
  95.   "readme": "ERROR: No README data found!",
  96.   "repository": {
  97.     "type": "git",
  98.     "url": "git+https://github.com/getpavilion/pavilion.git"
  99.   },
  100.   "scripts": {
  101.     "start": "grunt",
  102.     "test": "grunt dist"
  103.   },
  104.   "version": "1.0.14"
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement