UNPKG
qingyun_liuzuoyun
Version:
latest (1.0.0)
1.0.0
my
qingyun_liuzuoyun
/
mod-package
/
node_modules
/
supervisor
/
test
/
sampleApp
/
package.json
15 lines
(14 loc)
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"cors-demo"
,
"version"
:
"0.0.1"
,
"description"
:
"Cors demo"
,
"main"
:
"server.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"Petru Isfan"
,
"license"
:
"Apache2"
,
"dependencies"
: {
"express"
:
"^4.12.3"
} }