-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "angular-js-itc-utils",
"version": "0.0.1",
"author": "Piotr Kozlowski <[email protected]>",
"description": "Set of AngularJS custom utilities",
"contributors": [
{}
],
"dependencies": {},
"devDependencies": {
"gulp": "~3.6.2",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-jshint": "~1.5.5",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.2.1",
"gulp-subtree": "~0.1.0",
"karma": "~0.10.9",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"matchdep": "~0.3.0",
"npm-check-updates": "~1.2.0",
"karma-spec-reporter": "0.0.12",
"karma-junit-reporter": "~0.2.2",
"karma-coverage": "~0.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/it-crowd/angular-js-itc-utils"
},
"license": "MIT"
}