Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1. {
  2.   "name": "pkgname",
  3.   "version": "1.1.18",
  4.   "description": "Styleguide",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "start": "node index.js",
  8.     "test": "echo \"Error: no test specified\" && exit 1"
  9.   },
  10.   "author": "",
  11.   "license": "ISC",
  12.   "dependencies": {
  13.   },
  14.   "devDependencies": {
  15.     "grunt": "^0.4.5",
  16.     "grunt-contrib-rename": "0.0.3",
  17.     "grunt-exec": "^0.4.6",
  18.     "grunt-sass": "^1.2.0",
  19.     "grunt-svg-sprite": "^1.3.3",
  20.     "grunt-webfont": "~1.3.0",
  21.     "load-grunt-tasks": "~0.6.0",
  22.     "harp": "^0.20.1",
  23.     "highlight.js": "^9.1.0",
  24.     "marked": "^0.3.5"
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement