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
391 B
24 lines
391 B
3 years ago
|
{
|
||
|
"name": "mockjs",
|
||
|
"title": "Mock.js",
|
||
|
"main": "dist/mock.js",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"src",
|
||
|
"test",
|
||
|
"site",
|
||
|
"plugins",
|
||
|
"package.json",
|
||
|
"gulpfile.js",
|
||
|
"AUTHORS.txt",
|
||
|
"CONTRIBUTING.md",
|
||
|
"HISTORY.md",
|
||
|
"CHANGELOG.md",
|
||
|
"README.md",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"devDependencies": {}
|
||
|
}
|