UNPKG
oliver-test-npm
Version:
beta (1.0.1)
latest (1.2.1)
1.2.1
1.0.1
1.0.0
toto
oliver-test-npm
/
package.json
15 lines
(14 loc)
•
211 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"oliver-test-npm"
,
"version"
:
"1.2.1"
,
"description"
:
"toto"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"mocha"
}
,
"keywords"
:
[
"demo"
]
,
"author"
:
"Me"
,
"license"
:
"ISC"
}