-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"name": "TucsonReactJS",
"version": "1.0.0",
"description": "Tucson ReactJS Meetup Website",
"main": "gulpfile.js",
"scripts": {
"test": "test",
"prebuild": "node_modules/bower/bin/bower install",
"build": "node node_modules/gulp/bin/gulp build",
"gulp": "node node_modules/gulp/bin/gulp default"
},
"repository": {
"type": "git",
"url": "https://github.com/TucsonReactJS/TucsonReactJS.github.io.git"
},
"keywords": [
"Meetup",
"Website"
],
"author": "Omer Wazir",
"license": "MIT",
"bugs": {
"url": "https://github.com/TucsonReactJS/TucsonReactJS.github.io/issues"
},
"homepage": "https://github.com/TucsonReactJS/TucsonReactJS.github.io",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.4.0",
"del": "^1.1.1",
"front-matter": "^1.0.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-data": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-rename": "^1.2.2",
"lodash": "^3.6.0"
}
}