-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.11 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
73
74
75
76
77
78
79
80
81
82
{
"name": "image-shop",
"version": "0.0.1",
"author": "Damian Pieczynski <[email protected]>",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/piecyk/image-shop.git"
},
"private": true,
"engines": {
"node": ">=0.10.26"
},
"devDependencies": {
"6to5ify": "^3.1.2",
"angular": "^1.3.8",
"angular-animate": "^1.3.8",
"angular-mocks": "^1.3.8",
"angular-ui-router": "^0.2.10",
"browser-sync": "^1.4.0",
"browserify": "^8.0.3",
"browserify-istanbul": "^0.1.2",
"browserify-ngannotate": "^0.5.0",
"browserify-shim": "^3.8.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"del": "^1.1.0",
"express": "^4.7.2",
"fastclick": "^1.0.3",
"function-bind": "^1.0.2",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^1.0.0",
"gulp-coveralls": "^0.1.3",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.8.3",
"gulp-karma": "^0.0.4",
"gulp-notify": "^2.0.0",
"gulp-protractor": "^0.0.12",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.3",
"gulp-shell": "^0.2.11",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"hammerjs": "^2.0.4",
"imagemin-pngcrush": "^4.0.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.21",
"karma-browserify": "^2.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1",
"morgan": "^1.2.2",
"pretty-hrtime": "^1.0.0",
"protractor": "^1.2.0",
"ramda": "^0.8.0",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"tiny-lr": "^0.1.4",
"uglifyify": "^2.5.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"angular": "./node_modules/angular/angular.js"
},
"browserify-shim": {
"angular": "angular"
}
}