1
Fork 0
defiler/package.json

36 lines
615 B
JSON
Raw Normal View History

2017-04-20 16:10:29 -04:00
{
"name": "defiler",
2018-05-01 16:21:56 -04:00
"version": "0.17.2",
2017-04-20 16:10:29 -04:00
"description": "A small, strange building block",
"keywords": [
"build",
"framework",
"async",
"watch"
],
"main": "./dist/index.cjs.js",
2017-04-29 02:23:10 -04:00
"module": "./dist/index.es.js",
"files": [
"dist"
],
"engines": {
"node": ">=8.2"
},
2017-04-20 16:10:29 -04:00
"repository": {
"type": "git",
"url": "https://github.com/Conduitry/defiler.git"
},
"author": "Conduitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/Conduitry/defiler/issues"
},
2018-05-01 16:20:21 -04:00
"homepage": "https://cndtr.io/defiler",
"devDependencies": {
"rollup": "*"
},
"scripts": {
"build": "rollup -c"
}
2017-04-20 16:10:29 -04:00
}