npm-addict
Version:
Your daily injection of npm packages
95 lines (94 loc) • 3.03 kB
JSON
{
"name": "npm-addict",
"displayName": "npm addict",
"version": "0.12.4",
"description": "Your daily injection of npm packages",
"keywords": [
"new",
"npm",
"packages",
"published",
"real time",
"tracker",
"list"
],
"author": "Manuel Vila <mvila@3base.com>",
"license": "MIT",
"reveal": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/mvila/npm-addict"
},
"scripts": {
"build": "node frontend build",
"deploy": "git checkout production && git merge master --message \"Merge branch 'master' into 'production'\" && git push && git checkout master",
"postinstall": "yarn run build",
"release": "git checkout --quiet master && yarn run lint && yarn version && git push --follow-tags && npm publish",
"start": "node backend start & node frontend start",
"start-and-fetch": "node backend start --fetch & node frontend start",
"lint": "eslint .",
"test": "echo \"Warning: no test specified\" && exit 0",
"watch": "node frontend build --watch & nodemon --ignore frontend backend start --no-fetch & nodemon --ignore backend --ignore frontend/src --ignore frontend/dist frontend start"
},
"dependencies": {
"autotrack": "^1.0.3",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"better-node-env": "^1.0.3",
"browserify": "^13.3.0",
"changes-stream": "^2.2.0",
"denodeify": "^1.2.1",
"easy-aws": "^0.4.3",
"easy-notifier": "^0.3.4",
"event-emitter-mixin": "^0.3.7",
"github-url-to-object": "^2.2.6",
"has-chinese": "^0.1.0",
"idgen": "^2.0.2",
"isomorphic-fetch": "^2.2.1",
"json-web-storage": "^1.0.9",
"koa": "^2.0.0-alpha.7",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-rewrite": "^1.1.1",
"koa-router": "^7.1.0",
"koa-static-cache": "^3.2.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"ncp": "^2.0.0",
"nice-package": "^3.0.1",
"object-layer": "^0.5.3",
"radium": "^0.18.1",
"radium-starter": "^0.9.9",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.3",
"rimraf": "^2.5.4",
"rss": "^1.2.2",
"sleep-promise": "^2.0.0",
"strict-uri-encode": "^2.0.0",
"twit": "^2.2.5",
"uglify-js": "^2.7.5",
"universal-analytics": "^0.4.8",
"universal-log": "^0.3.10",
"url-regex": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1",
"eslint-config-next": "^0.1.15",
"eslint-plugin-react": "^6.9.0",
"node-watch": "^0.4.1",
"nodemon": "^1.11.0",
"watchify": "^3.8.0"
}
}