Skip to content
Permalink
ab9c019
|
{ |
|
"name": "<%= pkg.name %>", |
|
"version": "<%= pkg.version %>", |
|
"homepage": "<%= pkg.homepage %>", |
|
"author": <%= JSON.stringify(pkg.author) %>, |
|
"license": "<%= pkg.license %>", |
|
"main": "lib/ReactRouterBootstrap.js", |
|
"bugs": <%= JSON.stringify(pkg.bugs) %>, |
|
"keywords": [ |
|
<%= _.map(pkg.keywords, function(keyword) { return '"' + keyword + '"' }).join(',')%> |
|
], |
|
"dependencies": <%= JSON.stringify(pkg.peerDependencies) %>, |
|
"ignore": [ |
|
"**/.*", |
|
"tests", |
|
"src", |
|
"CONTRIBUTING.md", |
|
"karma.conf.js", |
|
"package.json", |
|
"webpack", |
|
"scripts", |
|
"webpack.config.babel.js", |
|
"webpack.test.config.babel.js" |
|
] |
|
} |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.