-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "atrium",
"version": "1.0.0",
"description": "",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugoatease/atrium.git"
},
"author": "Hugo Caille",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hugoatease/atrium/issues"
},
"homepage": "https://github.com/hugoatease/atrium#readme",
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"foundation-sites": "^6.2.0",
"humane-js": "^3.2.2",
"jquery": "^2.2.1",
"lodash": "^4.6.1",
"moment": "^2.11.2",
"opengraphjs": "^1.1.0",
"quill": "^0.20.1",
"react": "^0.14.7",
"react-datepicker": "^0.23.2",
"react-dom": "^0.14.7",
"react-dropzone": "^3.3.2",
"react-quill": "^0.4.1",
"react-router": "^2.0.0",
"react-time-picker": "^1.1.0",
"slug": "^0.9.1",
"superagent": "^1.8.0-beta.2"
}
}