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.
29 lines
733 B
29 lines
733 B
{
|
|
"name": "dust",
|
|
"version": "1.0.0",
|
|
"description": "Particle management using streams.",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"dev": "webpack --watch -d"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|