Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-tests authored Jul 6, 2017
1 parent b45ab16 commit 4da0828
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "admin-on-rest",
"version": "1.2.0",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
"docs/*.md",
"lib",
"src"
],
"main": "lib/index",
"scripts": {
"test": "make test"
},
"authors": [
"François Zaninotto"
],
"repository": "marmelab/admin-on-rest",
"homepage": "https://github.com/marmelab/admin-on-rest#readme",
"bugs": "https://github.com/marmelab/admin-on-rest/issues",
"license": "MIT",
"devDependencies": {
"enzyme": "2.8.2"
},
"dependencies": {
"babel-runtime": "5.0.0"
}
}

0 comments on commit 4da0828

Please sign in to comment.