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.
16 lines
307 B
16 lines
307 B
|
7 months ago
|
{
|
||
|
|
"name": "resourceful-app",
|
||
|
|
"description": "An example flatiron app using resourceful",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
||
|
|
"dependencies": {
|
||
|
|
"flatiron": "0.3.x",
|
||
|
|
"resourceful": "0.3.x"
|
||
|
|
},
|
||
|
|
"main": "./app",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 0.6.4"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|