You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
578 B

{
"name": "notify",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"author": "Tanner Collin (http://github.com/tannercollin)",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.2",
"eslint-plugin-react": "^2.3.0",
"react-hot-loader": "^1.2.7",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"freezer-js": "^0.6.0",
"react": "^0.13.0",
"react-router": "^0.13.3"
}
}