-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 2.29 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
49
50
{
"name": "inoutsite",
"version": "1.0.0",
"description": "<div> <h1>InOut - Third edition</h1> <h2>What's a Hackathon?</h2> <p> A Hackathon is a collaboration of programmers and designers to code, design and build innovative solutions to real life problems, through extensive coding in a short time duration. Hackathons are great way to promote innovation among students by bringing in cutting-edge problem statements. See this for a good explanation. <br/> <br/> Your only constraint is: You only have 30 hours. </p> <h2>NIT Surat's Premier Hackathon.</h2> <p> Hackathons provide a venue for self-expression and creativity through technology. People with technical backgrounds come together, form teams around a problem or idea, and collaboratively code a unique solution from scratch - these generally take shape in the form of websites, mobile apps, and robots. So prepare yourself for a weekend filled with learning new technologies, building amazing products and making new friends all within the span of 30 hours. </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebDevLabs-SVNIT/InOut3.git"
},
"author": "WebDevLabs-SVNIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebDevLabs-SVNIT/InOut3/issues"
},
"homepage": "https://github.com/WebDevLabs-SVNIT/InOut3#readme",
"dependencies": {
"babel-loader": "^6.2.1",
"babel-core": "^6.4.5",
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"webpack": "^1.12.11",
"babel-preset-stage-2": "^6.3.13",
"lodash.range": "^3.1.0",
"bower": "^1.4.1",
"css-loader": "^0.17.0",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^0.7.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.3.5",
"jsdoc": "^3.3.2",
"lodash": "^3.10.0",
"node-sass": "^3.2.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack-dev-server": "^1.10.1"
},
"devDependencies": {
"gulp-compass": "^2.1.0",
"gulp-sass": "^2.3.1"
}
}