-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "webapp",
"version": "0.0.1",
"description": "The web front-end for kitchen.support",
"main": "index.html",
"scripts": {
"pretest": "node node_modules/protractor/bin/webdriver-manager update",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitchensupport/webapp.git"
},
"author": "Garrick Buckley, Jack Horton",
"license": "ISC",
"bugs": {
"url": "https://github.com/kitchensupport/webapp/issues"
},
"homepage": "https://github.com/kitchensupport/webapp#readme",
"browserify": {
"transform": [
"babelify",
"browserify-shim"
]
},
"browserify-shim": {
"angular": "global:angular"
},
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"browserify-shim": "^3.8.10",
"event-stream": "^3.3.2",
"express": "^4.13.3",
"forever-monitor": "^1.7.0",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^5.3.0",
"gulp-eslint": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sass-lint": "^1.0.1",
"lodash.debounce": "^3.1.1",
"protractor": "^2.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}