mirror of
https://github.com/HackPlan/mafan.git
synced 2026-01-12 15:04:51 +08:00
23 lines
372 B
JSON
23 lines
372 B
JSON
{
|
|
"name": "MaFan",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"unstop <unstop01@gmail.com>"
|
|
],
|
|
"description": "Problems in life",
|
|
"main": "index.jade",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"requirejs": "~2.1.11",
|
|
"vue": "~0.10.4"
|
|
}
|
|
}
|