We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7a52f commit 58f3ab6Copy full SHA for 58f3ab6
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "angular-vis",
3
+ "version": "1.0.0",
4
+ "description": "Angular directive for vis.js",
5
+ "main": "angular-vis.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/sandrotaje/angular-vis.git"
12
13
+ "author": "Sandro Tajè",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/sandrotaje/angular-vis/issues"
17
18
+ "homepage": "https://github.com/sandrotaje/angular-vis#readme"
19
+}
0 commit comments