1
Fork 0
defiler/package.json

23 lines
515 B
JSON
Raw Normal View History

2017-04-20 16:10:29 -04:00
{
"name": "defiler",
2018-03-30 14:51:19 -04:00
"version": "0.15.3",
2017-04-20 16:10:29 -04:00
"description": "A small, strange building block",
2018-02-17 19:00:13 -05:00
"keywords": ["build", "framework", "async", "watch"],
"main": "./dist/index.cjs.js",
2017-04-29 02:23:10 -04:00
"module": "./dist/index.es.js",
2018-02-17 19:00:13 -05:00
"files": ["dist"],
"engines": {
2018-02-17 16:30:55 -05:00
"node": ">=8"
},
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"
},
2017-07-28 22:50:52 -04:00
"homepage": "https://cndtr.io/defiler/"
2017-04-20 16:10:29 -04:00
}