-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 985 Bytes
/
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
{
"name": "angular-inform",
"version": "0.0.18",
"description": "A growl-like easy-to-use message toaster for angular.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/McNull/angular-inform",
"author": "(null) McNull",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"gulp-clean": "~0.3.1",
"main-bower-files": "~1.0.2",
"gulp": "~3.8.7",
"through2": "~0.5.1",
"gulp-concat": "~2.3.4",
"gulp-minify-css": "~0.3.7",
"gulp-sourcemaps": "~1.1.1",
"lodash": "~2.4.1",
"gulp-uglify": "~0.3.1",
"gulp-minify-html": "~0.1.4",
"vinyl": "~0.3.2",
"merge-stream": "~0.1.5",
"gulp-svgmin": "~0.4.6",
"gulp-ng-annotate": "~0.3.0",
"autoprefixer": "~2.2.0",
"karma": "~0.12.23",
"gulp-karma": "0.0.4",
"karma-growl-reporter": "~0.1.1",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4"
}
}