This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community.
Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it.
https://www.freifunk-altdorf.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
762 B
34 lines
762 B
{ |
|
"name": "react-animated", |
|
"description": "Animated provides powerful mechanisms for animating your React views", |
|
"version": "0.1.0", |
|
"keywords": [ |
|
"react", |
|
"animated", |
|
"animation" |
|
], |
|
"license": "MIT", |
|
"main": "Animated.js", |
|
"dependencies": { |
|
"fbjs": "^0.2.1" |
|
}, |
|
"scripts": { |
|
"build": "gulp" |
|
}, |
|
"devDependencies": { |
|
"babel-core": "^5.8.25", |
|
"babel-loader": "^5.3.2", |
|
"del": "^1.2.0", |
|
"fbjs-scripts": "^0.2.0", |
|
"gulp": "^3.9.0", |
|
"gulp-babel": "^5.1.0", |
|
"gulp-derequire": "^2.1.0", |
|
"gulp-flatten": "^0.1.0", |
|
"gulp-header": "^1.2.2", |
|
"gulp-util": "^3.0.6", |
|
"object-assign": "^3.0.0", |
|
"run-sequence": "^1.1.2", |
|
"webpack": "1.11.0", |
|
"webpack-stream": "^2.1.0" |
|
} |
|
}
|
|
|