This repository was archived by the owner on May 21, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.53 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "grunt-angular-toolbox",
"version": "2.1.3",
"description": "collection of grunt tasks and optional opinionated configuration",
"homepage": "https://github.com/Jimdo/grunt-angular-toolbox",
"author": "Jimdo GmbH",
"maintainers": [
"Hannes Diercks <hannes.diercks@jimdo.com>",
"Joscha Feth <joscha@feth.com>",
"Hauke Stange <hauke@jimdo.com>"
],
"contributors": [],
"main": "tasks/init.js",
"keywords": [
"angular",
"grunt",
"helpers",
"tdd",
"demo"
],
"repository": {
"type": "git",
"url": "https://github.com/Jimdo/grunt-angular-toolbox.git"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"devDependencies": {
"bower": "^1.7.7",
"grunt": "^0.4.5",
"grunt-cli": "^1.0.0",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.4.1"
},
"dependencies": {
"autoprefixer": "^6.3.4",
"coffee-script": "^1.10.0",
"connect-less": "^0.3.1",
"grunt-angular-templates": "~1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-bump": "0.7.3",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-injector": "^1.0.0",
"grunt-istanbul": "^0.7.0",
"grunt-jscs": "^3.0.0",
"grunt-karma": "~1.0.0",
"grunt-ng-annotate": "^2.0.1",
"grunt-protractor-coverage": "^0.2.17",
"grunt-protractor-runner": "^3.1.0",
"grunt-protractor-webdriver": "^0.2.5",
"grunt-sass": "^1.1.0",
"grunt-shell": "~1.3.0",
"grunt-thrall": "~0.0.4",
"grunt-update-contributors": "0.0.1",
"grunt-wiredep": "^3.0.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^1.1.2",
"karma-chrome-launcher": "^2.0.0",
"karma-coffee-preprocessor": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^1.0.0",
"karma-script-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"node-sass": "~3.8.0",
"node-sass-middleware": "^0.9.7",
"phantomjs-prebuilt": "^2.1.6",
"postcss": "^5.0.19",
"postcss-middleware": "^1.0.0",
"protractor": "7.0.0",
"requirejs": "^2.2.0",
"semver": "~5.3.0",
"wiredep": "^4.0.0"
}
}