-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 903 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
{
"name": "cytoscape-directive-angularjs",
"version": "0.0.1",
"description": "An AngularJS directive for Cytoscape JS library",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Executing some tests...\""
},
"repository": {
"type": "git",
"url": "https://github.com/0xNacho/cytoscape-directive-angularjs"
},
"keywords": [
"angularjs",
"directive",
"cytoscape",
"graph"
],
"author": "Jakinto & 0xNacho",
"license": "MIT",
"bugs": {
"url": "https://github.com/0xNacho/cytoscape-directive-angularjs/issues"
},
"homepage": "https://github.com/0xNacho/cytoscape-directive-angularjs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-open": "^0.2.3",
"phantomjs": "^1.9.19"
}
}