2016-03-29 12:02:06 +02:00

43 lines
846 B
JSON
Executable File

{
"name": "strapi-generate-api",
"version": "2.0.0",
"description": "Generate an API for a Strapi application.",
"homepage": "http://strapi.io",
"keywords": [
"generate",
"generator",
"strapi"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"lodash": "~4.6.1",
"pluralize": "~1.2.1"
},
"scripts": {
"prepublish": "npm prune"
},
"author": {
"email": "hack@wistity.co",
"name": "Wistity team",
"url": "http://wistity.co"
},
"maintainers": [
{
"name": "Wistity team",
"email": "hack@wistity.co",
"url": "http://wistity.co"
}
],
"repository": {
"type": "git",
"url": "git://github.com/wistityhq/strapi.git"
},
"bugs": {
"url": "https://github.com/wistityhq/strapi/issues"
},
"license": "MIT"
}