-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 984 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
36
37
38
39
{
"name": "moo",
"version": "1.0.0",
"description": "mooing",
"main": "index.js",
"scripts": {
"build": "webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renatewr/moo.git"
},
"author": "Renate Winther Ravnaas",
"license": "ISC",
"bugs": {
"url": "https://github.com/renatewr/moo/issues"
},
"homepage": "https://github.com/renatewr/moo#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015-native-modules": "^6.9.4",
"browser-sync": "^2.18.6",
"eslint": "^3.13.0",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"webpack": "^2.2.0-rc.3"
},
"dependencies": {
"autoprefixer": "^6.7.0",
"base-64": "^0.1.0",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"flickity": "^2.0.5",
"jsonp": "^0.2.1",
"lodash": "^4.17.4",
"slug": "^0.9.1"
}
}