-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "n4-notifications-directive",
"version": "1.0.4",
"main": [
"dist/n4notifications.js",
"dist/n4notifications.css"
],
"scripts":
{
"test": "gulp coverage"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-coveralls": "^0.1.4",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1"
},
"repository":
{
"type": "git",
"url": "https://github.com/N4Works/n4Notifications.git"
},
"author": "N4Works",
"license": "MIT",
"bugs":
{
"url": "https://github.com/N4Works/n4Notifications/issues"
},
"homepage": "https://github.com/N4Works/n4Notifications"
}