core-outline 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/index.js +0 -0
  3. package/package.json +23 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # core-outline-npm
2
+ This repo is an npm package for core and outline. It is compatible with node js
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "core-outline",
3
+ "version": "1.0.0",
4
+ "description": "Connect your node JS application to Core&Outline",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/TomiTsuma/core-outline-npm.git"
12
+ },
13
+ "keywords": [
14
+ "core",
15
+ "outline"
16
+ ],
17
+ "author": "Tsuma Thomas",
18
+ "license": "ISC",
19
+ "bugs": {
20
+ "url": "https://github.com/TomiTsuma/core-outline-npm/issues"
21
+ },
22
+ "homepage": "https://github.com/TomiTsuma/core-outline-npm#readme"
23
+ }