forked from hanax/s.tech.cornell.edu
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 799 Bytes
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
{
"name": "social-technologies-lab-website",
"author": "Hannah Xue",
"version": "0.0.2",
"devDependencies": {
"babel": "^6.3.13",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"css-loader": "^0.17.0",
"del": "^2.0.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"marked": "^0.3.5",
"nib": "^1.1.0",
"run-sequence": "^1.1.2",
"style-loader": "^0.12.3",
"stylus-loader": "^2.3.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1"
},
"dependencies": {
"normalize-css": "^2.3.1"
},
"repository": "hanax/social_technologies_lab_website"
}