forked from neo4j-devtools/awesome-graph-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (42 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@neo4j-apps/awesome-graph-apps",
"version": "1.0.0",
"description": "Curated list of Graph-Apps that work with Neo4j Desktop.",
"homepage": "https://github.com/neo4j-apps/awesome-graph-apps",
"main": "dist/index.html",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
},
"scripts": {
"start": "node index.js",
"build": "rm -rf dist && cp -r public dist",
"deploy": "git subtree push --prefix public origin gh-pages",
"release": "np patch"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-apps/awesome-graph-apps.git"
},
"keywords": [
"graph-app",
"neo4j"
],
"author": "Neo4j Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/neo4j-apps/awesome-graph-apps/issues"
},
"devDependencies": {
"np": "*"
},
"np": {
"yarn": false,
"contents": "dist"
},
"publishConfig": {
"access": "public"
}
}