You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
392 B
24 lines
392 B
9 years ago
|
{
|
||
|
"name": "expensy-react",
|
||
|
"description": "Seed project for React, Browserify, Rework SPAs",
|
||
|
"main": "app.js",
|
||
|
"authors": [
|
||
|
"sipp11 <sipp11@zzyzx.co>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"moduleType": [
|
||
|
"es6"
|
||
|
],
|
||
|
"homepage": "",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"foundation": "~5.5.3"
|
||
|
}
|
||
|
}
|