2016-08-20 23:34:53 +03:00
|
|
|
{
|
2016-08-26 06:00:19 +03:00
|
|
|
"name": "ig-actions",
|
2022-02-18 01:18:05 +03:00
|
|
|
"version": "3.25.0",
|
2016-08-20 23:34:53 +03:00
|
|
|
"description": "",
|
2016-08-26 06:00:19 +03:00
|
|
|
"main": "actions.js",
|
2016-08-20 23:34:53 +03:00
|
|
|
"scripts": {
|
2016-08-21 01:44:50 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2016-08-20 23:34:53 +03:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2016-08-26 06:00:19 +03:00
|
|
|
"url": "git+https://github.com/flynx/actions.js.git"
|
2016-08-20 23:34:53 +03:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"javascript",
|
|
|
|
|
"oop",
|
|
|
|
|
"meta-programming",
|
|
|
|
|
"tools"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
2016-08-26 06:00:19 +03:00
|
|
|
"url": "https://github.com/flynx/actions.js/issues"
|
2016-08-20 23:34:53 +03:00
|
|
|
},
|
2016-08-26 06:00:19 +03:00
|
|
|
"homepage": "https://github.com/flynx/actions.js#readme",
|
2016-08-21 01:44:50 +03:00
|
|
|
"dependencies": {
|
2021-01-04 16:55:58 +03:00
|
|
|
"ig-object": "^5.4.16"
|
2016-08-21 01:44:50 +03:00
|
|
|
}
|
2016-08-20 23:34:53 +03:00
|
|
|
}
|