This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
71 lines (71 loc) · 1.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ng-alertify",
"description": "AngularJS wrapper around alertify popup library",
"version": "1.0.2",
"author": "Gleb Bahmutov <[email protected]>",
"bugs": {
"url": "https://github.com/kensho/ng-alertify/issues"
},
"contributors": [],
"devDependencies": {
"angular": "1.4.0",
"angular-mocks": "1.5.0-beta.0",
"check-more-types": "1.4.0",
"check-types": "1.4.0",
"es5-shim": "4.1.13",
"grunt": "0.4.5",
"grunt-clean-console": "0.3.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.8.0",
"grunt-gh-pages": "0.10.0",
"grunt-karma": "0.11.0",
"grunt-nice-package": "0.9.4",
"grunt-npm2bower-sync": "0.9.1",
"karma": "0.12.32",
"karma-chrome-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-nested-reporter": "0.1.3",
"karma-phantomjs-launcher": "0.2.1",
"lazy-ass": "0.6.0",
"lazy-ass-helpful": "0.6.1",
"matchdep": "0.3.0",
"mocha": "3.0.2",
"ng-describe": "0.10.2",
"phantomjs": "2.1.7",
"pre-git": "0.6.2"
},
"engines": {
"node": ">4.0.0"
},
"homepage": "https://github.com/kensho/ng-alertify",
"keywords": [
"alertify",
"angular",
"angularjs",
"message",
"popup",
"wrapper"
],
"license": "MIT",
"main": "ng-alertify.js",
"files": [
"ng-alertify.js",
"bower.json",
"dist"
],
"pre-commit": [
"npm test",
"npm version"
],
"repository": {
"type": "git",
"url": "https://github.com/kensho/ng-alertify.git"
},
"scripts": {
"test": "grunt",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
}
}