defiler/package.json

23 lines
515 B
JSON
Raw Normal View History

2017-04-20 20:10:29 +00:00
{
"name": "defiler",
2018-03-30 18:51:19 +00:00
"version": "0.15.3",
2017-04-20 20:10:29 +00:00
"description": "A small, strange building block",
2018-02-18 00:00:13 +00:00
"keywords": ["build", "framework", "async", "watch"],
"main": "./dist/index.cjs.js",
2017-04-29 06:23:10 +00:00
"module": "./dist/index.es.js",
2018-02-18 00:00:13 +00:00
"files": ["dist"],
"engines": {
2018-02-17 21:30:55 +00:00
"node": ">=8"
},
2017-04-20 20:10:29 +00:00
"repository": {
"type": "git",
"url": "https://github.com/Conduitry/defiler.git"
},
"author": "Conduitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/Conduitry/defiler/issues"
},
2017-07-29 02:50:52 +00:00
"homepage": "https://cndtr.io/defiler/"
2017-04-20 20:10:29 +00:00
}