forked from concord-consortium/cloud-file-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "cloud-file-manager",
"description": "Wrapper for providing file management for web applications",
"author": "The Concord Consortium",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/concord-consortium/cloud-file-manger"
},
"dependencies": {
"diff": "^2.2.1",
"jiff": "^0.7.2",
"jquery": "^2.1.3",
"jquery-ui": "^1.10.5",
"lodash": "^3.3.0",
"react": "^0.13.3",
"svg-social-icons": "^1.1.0"
},
"devDependencies": {
"browserify": "^9.0.3",
"coffeeify": "^1.0.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-stylus": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"coffee-script": "^1.9.1",
"gulp-coffeelint": "^0.4.0",
"require-dir": "^0.1.0",
"beepbeep": "^1.2.0",
"event-stream": "^3.3.0",
"yargs": "^3.6.0",
"gulp-replace": "^0.5.3",
"gulp-if": "^1.2.5",
"gh-pages": "^0.5.0",
"gulp-gh-pages": "^0.5.4",
"del": "^2.1.0",
"run-sequence": "^1.1.5"
}
}