-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.16 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
{
"name": "Just-a-very-funny-joke-page",
"version": "1.0.0",
"description": "This is a cool page that displays very funny personalized jokes, created by Martin Hellwagner as part of his application for Native Instruments",
"main": "server.js",
"author": "Martin Hellwagner",
"scripts": {
"start": "gulp build",
"test": "mocha src/test/setup.js src/test/*.test.js"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"enzyme": "^2.7.1",
"express": "^4.15.0",
"gulp": "^3.9.1",
"gulp-live-server": "^0.0.30",
"gulp-rename": "^1.2.2",
"jsdom": "^9.11.0",
"material-ui": "^0.17.0",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-s-alert": "^1.2.2",
"react-tap-event-plugin": "^2.0.1",
"shuffle-array": "^1.0.1",
"sinon": "^1.17.7",
"vinyl-source-stream": "^1.1.0"
}
}