Skip to content

Commit

Permalink
Spring-Flo as NPM package
Browse files Browse the repository at this point in the history
Spring-Flo as NPM package
  • Loading branch information
BoykoAlex committed Mar 17, 2017
1 parent 1acc076 commit ce73abb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "Spring-Flo",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.6.0",
"main": "dist/spring-flo",
"files": [ "dist/*" ],
"repository": {
"type": "git",
"url": "http://github.com/spring-projects/spring-flo.git"
},
"dependencies": {
"requirejs": "2.1.15",
"angular": "1.3.5",
"jquery": "2.2.0",
"bootstrap": "3.3.4",
"backbone": "1.2.1",
"jointjs": "0.9.7",
"lodash": "2.4.2",
"codemirror": "5.18.2",
"jshint": "2.6.3"
},
"devDependencies": {
"bower": "1.3.12",
"grunt": "0.4.5",
Expand Down

0 comments on commit ce73abb

Please sign in to comment.