mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
29 lines
650 B
JSON
Executable File
29 lines
650 B
JSON
Executable File
{
|
|
"name": "ig-actions",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"main": "actions.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/flynx/actions.js.git"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"oop",
|
|
"meta-programming",
|
|
"tools"
|
|
],
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/flynx/actions.js/issues"
|
|
},
|
|
"homepage": "https://github.com/flynx/actions.js#readme",
|
|
"dependencies": {
|
|
"ig-object": "^1.0.0"
|
|
}
|
|
}
|