-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 Bytes
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": "Memory-Game",
"version": "1.0.0",
"description": "A good old memory game",
"main": "main.js",
"scripts": {
"prestart": "gulp",
"start": "electron ."
},
"repository": "https://github.com/emil19/Memory.git",
"keywords": [
"memory",
"game"
],
"author": "Emil",
"license": "CC0-1.0",
"dependencies": {
"axios": "^0.15.3",
"babel-preset-react": "^6.22.0",
"electron": "^1.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"markdown-it": "^8.2.2",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.10.0"
}
}