Files
spring-flo/bower.json
BoykoAlex 6e3dabc150 Update joint and other libs
Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs

Update joint and other libs
2017-03-27 17:53:59 -04:00

50 lines
1.1 KiB
JSON

{
"name": "spring-flo",
"description": "Angular based embeddable graphical component for pipeline/graph editing",
"main": [
"dist/spring-flo.css",
"dist/spring-flo.js"
],
"dependencies": {
"requirejs": "2.1.22",
"angular": "1.3.5",
"bootstrap": "3.3.4",
"backbone": "1.3.3",
"joint": "1.0.3",
"codemirror": "5.18.2",
"jshint": "2.6.3"
},
"devDependencies": {
"angular-mocks": "1.3.5",
"angular-scenario": "1.3.5",
"dagre": "0.7.4",
"requirejs-text": "2.0.14"
},
"authors": [
"Andy Clement <aclement@pivotal.io>",
"Alex Boyko <aboyko@pivotal.io"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/spring-projects/spring-flo.git"
},
"homepage": "https://github.com/spring-projects/spring-flo",
"ignore": [
"**/.*",
"node_modules",
"tests",
"karma.conf.js",
"CODE_OF_CONDUCT.adoc",
"CONTRIBUTING.adoc",
"package.json",
"pom.xml",
"docs",
"bower_components",
"gruntfile.js",
"css",
"src",
"samples"
]
}