2016-08-20 23:34:53 +03:00
|
|
|
{
|
|
|
|
|
"name": "features",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
2016-08-20 23:46:34 +03:00
|
|
|
"main": "features.js",
|
2016-08-20 23:34:53 +03:00
|
|
|
"scripts": {
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2016-08-20 23:46:34 +03:00
|
|
|
"url": "git+https://github.com/flynx/features.js.git"
|
2016-08-20 23:34:53 +03:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"js",
|
|
|
|
|
"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/features/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/features#readme"
|
|
|
|
|
}
|