-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 KB
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
{
"name": "Roundabout",
"version": "1.0.0",
"description": "GitHub Reference Guide - courtesy of DWYL",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "dpd",
"lint": "eslint './**/*.js'",
"precommit": "npm run lint",
"postinstall": "npm run build",
"start": "node index.js",
"watch": "npm-run-all --parallel start webpack-watch",
"webpack-watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoundaboutSheffield/Roundabout.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RoundaboutSheffield/Roundabout/issues"
},
"homepage": "https://github.com/RoundaboutSheffield/Roundabout#readme",
"dependencies": {
"deployd": "^0.8.9",
"dpd-event-extension": "0.0.3",
"dpd-jobs": "^0.14.0",
"env2": "^2.1.1",
"nexmo": "^1.0.0-beta-7",
"ramda": "^0.22.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.14.3",
"browser-sync-webpack-plugin": "^1.1.2",
"css-loader": "^0.24.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.4",
"husky": "^0.11.9",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"ng-admin": "0.9.0",
"npm-run-all": "^3.0.0",
"webpack": "^1.13.2"
}
}