Skip to content

Instantly share code, notes, and snippets.

@vvakame
Last active September 11, 2016 14:37
Show Gist options
  • Save vvakame/8e1e2883685495c925236fbed798562d to your computer and use it in GitHub Desktop.
Save vvakame/8e1e2883685495c925236fbed798562d to your computer and use it in GitHub Desktop.
{
"name": "8e1e2883685495c925236fbed798562d",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gist.github.com/8e1e2883685495c925236fbed798562d.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gist.github.com/8e1e2883685495c925236fbed798562d"
},
"homepage": "https://gist.github.com/8e1e2883685495c925236fbed798562d"
}
console.log("test!");
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"sourceMap": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment