Files
spring-flo/bower.json
Andy Clement 633ed0ceb2 first commit
2016-05-10 14:27:26 -07:00

55 lines
1.2 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.15",
"angular": "1.3.5",
"jquery": "2.2.0",
"bootstrap": "3.3.4",
"backbone": "1.2.1",
"joint": "0.9.6",
"lodash": "2.4.2",
"codemirror": "5.0.0",
"jshint": "2.6.3"
},
"devDependencies": {
"angular-mocks": "1.3.5",
"angular-scenario": "1.3.5",
"dagre": "0.7.4",
"requirejs-text": "2.0.14"
},
"resolutions": {
"lodash": "2.4.2",
"jquery": "2.2.0"
},
"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"
]
}