-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "notify-me",
"version": "1.0.0",
"description": "Module to create beautiful notification using angular js(1.x).",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-parth/notifyMe.git"
},
"keywords": [
"Angular",
"notification",
"notifyMe",
"notify-me"
],
"author": "Parth Mistry",
"license": "ISC",
"bugs": {
"url": "https://github.com/ng-parth/notifyMe/issues"
},
"homepage": "https://github.com/ng-parth/notifyMe#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-ngdocs": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"jasmine-core": "^2.5.2",
"karma": "^1.6.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4"
}
}