-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.2 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"author": "@c4605 <bolasblack@gmail.com>",
"name": "LifeMessager",
"description": "",
"version": "0.0.1",
"homepage": "https://lifemessager.com",
"repository": {
"type": "git",
"url": "https://github.com/LifeMessager/Frontend.git"
},
"contributors": [],
"engines": {
"node": "~0.10"
},
"dependencies": {
"angular": "^1.3.15",
"angular-animate": "^1.3.15",
"angular-aria": "^1.3.15",
"angular-bootstrap": "^0.12.0",
"angular-cookies": "^1.4.0-beta.6",
"angular-elastic": "^2.3.5",
"angular-i18n": "^1.3.15",
"angular-raven": "^0.5.11",
"angular-resource": "^1.3.15",
"angular-sanitize": "^1.3.15",
"angular-ui-router": "^0.2.13",
"angular-ui-utils": "^0.1.1",
"args-js": "^0.10.6",
"bootstrap-sass": "^3.3.4",
"dropzone": "^4.0.1",
"i18next-client": "^1.8.2",
"jquery": "^2.1.3",
"jquery.scrollto": "^2.1.0",
"jstimezonedetect": "^1.0.5",
"lodash": "^3.6.0",
"moment": "^2.9.0",
"mousetrap": "git://github.com/bolasblack/mousetrap.git#add-destroy-method",
"ng-extra": "git://github.com/bolasblack/ng-extra",
"ng-i18next": "git://github.com/i18next/ng-i18next",
"q": "^2.0.3",
"raven-js": "^1.1.18",
"underscore-extra": "git://github.com/bolasblack/underscore-extra"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"bower": "^1.3.12",
"browserify": "^9.0.3",
"coffee-script": "^1.9.1",
"event-stream": "^3.3.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-angular-cloak": "0.0.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.4",
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.3.0",
"main-bower-files": "^2.6.2",
"merge-stream": "^0.1.7",
"mocha": "^2.2.1",
"vinyl-source-stream": "^1.0.0"
}
}