2016-08-20 23:34:53 +03:00
|
|
|
{
|
2016-08-26 06:00:19 +03:00
|
|
|
"name": "ig-actions",
|
2020-04-18 23:46:56 +03:00
|
|
|
"version": "3.24.3",
|
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": {
|
2020-04-19 01:49:25 +03:00
|
|
|
"ig-object": "^2.2.0"
|
2016-08-21 01:44:50 +03:00
|
|
|
}
|
2016-08-20 23:34:53 +03:00
|
|
|
}
|