-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.22 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
{
"name": "toothpaste",
"version": "0.1.1",
"description": "Newsletter editor",
"repository": {
"type": "git",
"url": "[email protected]:crunchmail/toothpaste.git"
},
"author": "Thomas LEBEAU [email protected]",
"license": "AGPL-3.0",
"devDependencies": {
"angular-gettext-tools": "git+https://github.com/oasiswork/angular-gettext-tools.git#prioritize-attributes",
"angular-mocks": "^1.4.8",
"angular-sanitize": "^1.5.0",
"del": "^2.2.0",
"frontend-directives": "git+https://github.com/crunchmail/frontend-directives#0.1.2",
"git-rev-sync": "^1.4.0",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-protractor": "0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.4.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^5.0.0",
"gulp-debug": "^2.0.1",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.7.2",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.1.1",
"gulp-ngdocs": "^0.3.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.24",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.1",
"httpbackend": "^2.0.0",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.2",
"karma": "^1.3.0",
"karma-browserify": "^5.0.4",
"karma-chrome-launcher": "^2.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"lodash.assign": "^4.0.8",
"merge-stream": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^4.0.10",
"request": "^2.72.0",
"request-promise": "^4.1.1",
"require-dir": "^0.3.1",
"semver": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browser": {
"angular-csv-import": "./bower_components/angular-csv-import/dist/angular-csv-import.min.js",
"v-tabs": "./node_modules/v-tabs/dist/v-tabs.min.js"
}
}