-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·72 lines (72 loc) · 1.65 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Optical",
"version": "0.0.1",
"description": "Optical is an app!",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/leftiness/Optical"
},
"authors": "Brandon Parmenter <[email protected]>",
"private": false,
"engines": {
"node": "0.12.2"
},
"scripts": {
"start": "node server.js",
"postinstall": "node_modules/.bin/bower install"
},
"browserify": {
"transform": [
"html2js-browserify",
"debowerify"
]
},
"browser": {},
"devDependencies": {
"bower": "latest",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.5",
"chai": "^2.2.0",
"debowerify": "^1.2.1",
"del": "^0.1.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^0.0.8",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.6.4",
"gulp-less": "^1.3.5",
"gulp-minify-css": "0.3.4",
"gulp-notify": "^1.3.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.2.0",
"html2js-browserify": "^0.0.2",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.32",
"karma-browserify": "^4.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.19",
"logfmt": "^1.1.2",
"mocha": "^2.2.4",
"notify-send": "^0.1.2",
"protractor": "^1.2.0",
"run-sequence": "^0.3.6",
"sinon": "^1.14.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.1",
"connect-prism": "^1.0.3"
},
"dependencies": {
"connect": "^3.2.0",
"express": "^4.4.5",
"proxy-middleware": "^0.5.1"
}
}