Skip to content

Commit f5362c5

Browse files
committed
Add package.json
1 parent ed4b6fa commit f5362c5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "mu-export-js-template",
3+
"version": "0.2.0",
4+
"description": "Microservice to export data using custom defined SPARQL queries",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/mu-semtech/mu-export-js-template.git"
8+
},
9+
"keywords": [
10+
"mu-semtech"
11+
],
12+
"dependencies": {
13+
},
14+
"devDependencies": {
15+
},
16+
"author": "Erika Pauwels <erika.pauwels@gmail.com>",
17+
"license": "MIT",
18+
"homepage": "https://mu.semte.ch"
19+
}

0 commit comments

Comments
 (0)