{ "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" }, "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", "extract-text-webpack-plugin": "^2.1.0", "rx-lite": "^4.0.8", "webpack": "^2.3.2" } }