RubyGems
npm
Organizations
Log in
Sign up
npm
dealer-portal
Versions diffs
0.0.1
dealer-portal 0.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (1)
hide
show
package/package.json
+12
-0
package/package.json
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
{
2
+
"name": "dealer-portal",
3
+
"version": "0.0.1",
4
+
"description": "",
5
+
"author": "-",
6
+
"scripts": {
7
+
"preinstall": "echo 'poc'"
8
+
},
9
+
"publishConfig": {
10
+
"access": "public"
11
+
}
12
+
}