-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"name": "angular-image-utils",
"version": "2.0.0",
"description": "A small collection of directives to help with the loading of images.",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"run-sequence": "^1.1.5"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"author": "Richard Vanbergen <rich@enrich.it>",
"license": "MIT"
}