forked from rachanon/stdbWeb
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.
22 lines
324 B
22 lines
324 B
8 years ago
|
{
|
||
|
"name": "stdb-webapp",
|
||
|
"authors": [
|
||
|
"sipp11 <sipp11@zzyzx.co>"
|
||
|
],
|
||
|
"description": "",
|
||
|
"main": "",
|
||
|
"moduleType": [],
|
||
|
"license": "MIT",
|
||
|
"homepage": "",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"sweetalert": "^1.1.3"
|
||
|
}
|
||
|
}
|