-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"name": "photo-amaze",
"version": "1.0.0",
"description": "A different way of viewing photos",
"main": "gulpfile.js",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.3",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^3.0.4",
"gulp-less": "^3.3.0",
"merge-stream": "^1.0.1",
"vinyl-named": "^1.1.0",
"webpack": "^2.3.3",
"webpack-stream": "^3.2.0"
},
"scripts": {
"lint": "node_modules/.bin/eslint static/js/src/*.js"
},
"repository": {
"type": "git",
"url": "c:/Users/David/ownCloud/projects/python/photo-maze.git/"
},
"author": "David Volquartz Lebech",
"license": "MIT"
}