-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
85 lines (85 loc) · 1.96 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "funnies",
"version": "2.1.0",
"description": "Make user's laugh when your app is loading.",
"main": "dist/index.js",
"scripts": {
"test": "mocha test/unit/index.js --compilers js:babel-register",
"build": "gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/1egoman/funnies.git"
},
"keywords": [
"funny",
"funnies",
"loading message",
"funny loading message",
"loading",
"funny loading",
"jeopardy",
"thinking",
"react",
"react-loading",
"react-funny"
],
"author": "Ryan Gaus",
"license": "MIT",
"bugs": {
"url": "https://github.com/1egoman/funnies/issues"
},
"homepage": "https://github.com/1egoman/funnies",
"devDependencies": {
"babel-cli": "^6.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"chai": "^2.0.0",
"del": "^1.1.1",
"envify": "^3.4.1",
"growl": "^1.10.5",
"gulp": "^4.0.2",
"gulp-babel": "^6.0.0",
"gulp-connect": "^5.0.0",
"gulp-istanbul": "^0.6.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^3.0.0",
"isparta": "^2.0.0",
"jsdom": "^9.2.1",
"jshint-stylish": "^1.0.0",
"mkdirp": "^0.5.0",
"mocha": "^2.5.3",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"uglifyify": "^3.0.2",
"uglifyjs": "^2.4.10",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0"
},
"nodeBoilerplateOptions": {
"mochaGlobals": [
"stub",
"spy",
"expect"
]
},
"dependencies": {
"lodash": "^4.13.1",
"react-transition-group": "1.2.0"
},
"peerDependencies": {
"react": "^16.10.1",
"react-dom": "^16.10.1"
}
}