forked from jessabean/secret-santa-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 785 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
32
33
34
35
{
"name": "secret-santa-js",
"version": "1.0.0",
"description": "Randomly assign secret santa gift-givers",
"main": "gulpfile.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessabean/secret-santa-js.git"
},
"keywords": [
"gulp",
"sass",
"mocha",
"javascript",
"html5"
],
"author": "jessabean",
"license": "MIT",
"bugs": {
"url": "https://github.com/jessabean/secret-santa-js/issues"
},
"homepage": "https://github.com/jessabean/secret-santa-js#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "^2.3.2",
"mocha": "^2.5.3"
}
}