UNPKG
nn-app-v1
Version:
latest (1.0.0)
1.0.0
hello world
nn-app-v1
/
package.json
13 lines
(12 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"nn-app-v1"
,
"version"
:
"1.0.0"
,
"description"
:
"hello world"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"npm run test"
}
,
"keywords"
:
[
"vue"
,
"matthew"
,
"app"
,
"first"
]
,
"author"
:
"Matthew Kogo"
,
"license"
:
"ISC"
}