Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit 345a195

Browse files
committed
Create package.json for NPM
1 parent 74d052f commit 345a195

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "lisa-node",
3+
"version": "1.0.1",
4+
"description": "A smart virtual assistant",
5+
"main": "src/es6/core.js",
6+
"files": [
7+
"src/es6/core.js",
8+
"src/es6/lis-parser.js"
9+
],
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/ClementNerma/Lisa.git"
16+
},
17+
"author": "Clément Nerma",
18+
"license": "CC-BY-NC-ND-4.0",
19+
"bugs": {
20+
"url": "https://github.com/ClementNerma/Lisa/issues"
21+
},
22+
"homepage": "https://github.com/ClementNerma/Lisa#readme"
23+
}

0 commit comments

Comments
 (0)