Advertisement
RawrBear

Flex NPM

Jul 6th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "foundation-test",
  3.   "version": "1.0.0",
  4.   "description": "WP theme build from Foundation html",
  5.   "main": "index.js",
  6.   "dependencies": {
  7.     "gulp": "^3.9.1",
  8.     "gulp-uglifycss": "^1.0.6"
  9.   },
  10.   "devDependencies": {
  11.     "bower": "^1.7.9",
  12.     "browser-sync": "^2.13.0",
  13.     "gulp": "^3.9.1",
  14.     "gulp-concat": "^2.6.0",
  15.     "gulp-data": "^1.2.1",
  16.     "gulp-plumber": "^1.1.0",
  17.     "gulp-sass": "^2.3.2",
  18.     "gulp-stylus": "^2.5.0",
  19.     "kouto-swiss": "^0.12.0",
  20.     "nib": "^1.1.0"
  21.   },
  22.   "scripts": {
  23.     "test": "echo \"Error: no test specified\" && exit 1"
  24.   },
  25.   "author": "RawrBear Media",
  26.   "license": "ISC"
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement