UNPKG

stickers

Version:

The more stickers, the better

34 lines (33 loc) 800 B
{ "name": "stickers", "version": "0.0.2", "description": "The more stickers, the better", "author": "Logan Bittner", "license": "MIT", "main": "lib/index.js", "scripts": { "start": "node ./example/server.js", "lint": "eslint ./src/index.js", "compile": "babel -d lib/ src/", "prepublish": "npm run lint && npm run compile" }, "devDependencies": { "babel-core": "^6.8.0", "babel-eslint": "^6.0.4", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "eslint": "^2.10.2", "eslint-plugin-babel": "^3.2.0", "express": "^4.13.4", "openurl": "^1.1.1", "webpack": "^1.13.0", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.10.0" }, "keywords": [ "Make", "your", "app", "faster" ] }