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.
 
 

24 lines
604 B

{
"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"
}
}