{ "name": "dust", "version": "1.0.0", "description": "Particle management using streams.", "main": "webpack.config.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack --watch" }, "repository": { "type": "git", "url": "http://gogs.benburlingham.com/ben.burlingham/dust.git" }, "author": "Ben Burlingham", "license": "ISC", "dependencies": { "babel-core": "^6.24.0", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.0", "css-loader": "^0.27.3", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.10.1", "node-sass": "^4.5.1", "rxjs": "^5.2.0", "sass-loader": "^6.0.3", "style-loader": "^0.16.0", "webpack": "^2.3.2", "webpack-notifier": "^1.5.0" } }