-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 978 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
{
"name": "purduetemplates2014",
"version": "1.0.0",
"description": "Included in this project are the Purdue University templates developed by the Office of Marketing and Media in 2014.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PurdueMarketingAndMedia/purdueTemplates-2014.git"
},
"author": "Purdue Office of Marketing and Media",
"license": "No License",
"bugs": {
"url": "https://github.com/PurdueMarketingAndMedia/purdueTemplates-2014/issues"
},
"homepage": "https://github.com/PurdueMarketingAndMedia/purdueTemplates-2014#readme",
"devDependencies": {
"async": "^2.6.1",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-file-include": "^1.0.0",
"gulp-html-prettify": "0.0.1",
"gulp-if-else": "^1.0.3"
},
"dependencies": {
"gulp-rename": "^1.4.0"
}
}