-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 899 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
{
"name": "angular-fng",
"version": "1.0.4",
"description": "Performance focused event directives, that act the same as the ng-event directives (ng-click, ng-mousedown, etc.). But instead of triggering a global root scope digest, it can trigger a partial scope digest, increasing performance and responsiveness.",
"main": "angular-fng.js",
"scripts": {
"test": "gulp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AdamCraven/angular-fng"
},
"devDependencies": {
"angular": "1.4.0",
"angular-mocks": "1.4.0",
"gulp": "^3.9.0",
"gulp-karma": "0.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-umd": "^0.2.0",
"jquery": "^2.1.4",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "0.1.5",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.18"
}
}