core/node_modules/architect/component.json
2017-05-14 13:22:31 +02:00

11 lines
257 B
JSON

{
"name": "architect",
"description": "A Simple yet powerful plugin system for node applications",
"version": "0.1.6",
"dependencies": {
"juliangruber/events": "*"
},
"main": "architect.js",
"scripts": ["architect.js"]
}