-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "angular-ffobserver",
"version": "0.1.3",
"description": "Fontfaceobserver Angular >= 1.4 wrapper directive",
"main": "src/angular-ffobserver.js",
"scripts": {
"jshint": "jshint src || true",
"jscs": "jscs src",
"test": "npm run jshint && npm run jscs",
"uglify": "uglifyjs src/angular-ffobserver.js -o angular-ffobserver.min.js -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeterMK85/angular-ffobserver.git"
},
"keywords": [
"angular",
"fontfaceobserver",
"FOIT",
"load performance"
],
"author": "Peter Marosi <[email protected]> (http://ilovepaint.hu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PeterMK85/angular-ffobserver/issues"
},
"homepage": "https://github.com/PeterMK85/angular-ffobserver#readme",
"devDependencies": {
"angular-mocks": "^1.5.0",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"jscs": "^2.10.1",
"jshint": "latest",
"karma": "^0.13.21",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4",
"uglify-js": "^2.6.2"
},
"dependencies": {
"angular": "^1.5.0",
"angular-cookies": "^1.5.0",
"fontfaceobserver": "^1.6.4"
}
}