-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "eatin-webapp",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "node_modules/.bin/http-server -p 3004",
"build": "node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andreas Hultgren",
"license": "ISC",
"dependencies": {
"angular": "^1.3.0",
"angular-file-upload": "^1.6.4",
"angular-route": "^1.2.17-build.163.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-combine-media-queries": "^0.2.0",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^1.0.0",
"map-stream": "0.0.5",
"npm-angular-resource": "^1.3.0-build.2880",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"browserify": "~5.11.0",
"gulp": "~3.8.0",
"gulp-changed": "~1.0.0",
"gulp-clean": "^0.3.1",
"gulp-combine-media-queries": "~0.1.0",
"gulp-jshint": "~1.8.4",
"gulp-less": "~1.3.5",
"gulp-minify-css": "~0.3.7",
"gulp-notify": "~1.6.0",
"gulp-rename": "~1.2.0",
"gulp-sourcemaps": "~1.1.1",
"gulp-streamify": "~0.0.5",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.0",
"http-server": "^0.7.1",
"jshint-stylish": "~0.4.0",
"lets": "0.0.10",
"map-stream": "~0.1.0",
"mold-source-map": "~0.3.0",
"run-sequence": "^0.3.7",
"s3": "^4.2.0",
"vinyl-source-stream": "~1.0.0"
}
}