56 lines
1.2 KiB
JSON
56 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.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"
|
|
},
|
|
"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",
|
|
"samples"
|
|
]
|
|
}
|