ce4c83ff
wxy
初始提交
|
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "import-module",
"version": "1.0.0",
"description": "Less files to be included in node_modules directory for testing import from node_modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rob Huzzey <robert.huzzey@holidayextras.com>",
"license": "ISC"
}
|