UNPKG
veezard
Version:
latest (0.0.4)
0.0.4
TECHB fork from veeva. Veeva CLM Generator & Workflow for building iRep Presentations.
veezard
/
examples
/
clm
/
package.json
11 lines
(10 loc)
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"veeva-example-clm"
,
"private"
:
true
,
"description"
:
"Example of how to setup a project using the Veezard node module"
,
"dependencies"
:
{
"gulp"
:
"^3.9.1"
,
"veezard"
:
"*"
}
,
"devDependencies"
:
{
}
}