mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-11 11:12:38 +08:00
Updated frontend libraries
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "hackflowy",
|
||||
"description": "A simple WorkFlowy clone",
|
||||
"main": "public/javascripts/app.js",
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"socket.io-client": "~1.4.5",
|
||||
"text": "requirejs-text#~2.0.14",
|
||||
"jquery": "~2.2.0",
|
||||
"backbone": "~1.2.3",
|
||||
"lodash": "~4.0.1",
|
||||
"requirejs": "~2.1.22",
|
||||
"underscore": "~1.8.3",
|
||||
"modernizr": "~3.3.1",
|
||||
"zepto": "~1.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user