-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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": "pqr",
"version": "1.0.0",
"description": "Flask backend for the Pitt Quantum Repository website.",
"main": "gulpfile.js",
"dependencies": {
"bootstrap": "^3.3.6",
"browsernizr": "^2.1.0",
"qrcode-npm": "0.0.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-tape": "0.0.7",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1",
"tape": "^4.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"postinstall": "bower install",
"start": "npm run start:dev",
"start:dev": "NODE_ENV=DEV gulp",
"start:prod": "NODE_ENV=PROD gulp",
"test": "NODE_END=TEST gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pittquantum/PittQuantumRepository"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/pittquantum/PittQuantumRepository/issues"
},
"homepage": "https://pqr.pitt.edu/"
}