1
Fork 0
defiler/package.json

37 lines
655 B
JSON
Raw Normal View History

2017-04-20 16:10:29 -04:00
{
"name": "defiler",
2018-06-11 09:40:47 -04:00
"version": "0.17.3",
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 || >=10.4"
},
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-06-06 16:35:42 -04:00
"homepage": "https://code.chor.date/defiler",
"devDependencies": {
"rollup": "*"
},
"scripts": {
2018-06-11 09:22:24 -04:00
"dev": "rollup -c -w",
"build": "rollup -c"
}
2017-04-20 16:10:29 -04:00
}