UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
nodejs-mongodb-angularjs-web-development
/
ch03
/
censorify
/
package.json
11 lines
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"author"
:
"Brad Dayley"
,
"name"
:
"censorify"
,
"version"
:
"0.1.1"
,
"description"
:
"Censors words out of text"
,
"main"
:
"censortext"
,
"dependencies"
:
{
}
,
"engines"
:
{
"node"
:
"*"
}
}