-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 977 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
30
31
32
33
{
"name": "angular-affix",
"version": "1.0.0",
"description": "AngularJS affix directive",
"main": "lib/index.js",
"scripts": {
"build": "mkdir -p dist && cp lib/index.js dist/angular-affix.js && uglifyjs dist/angular-affix.js --compress --mangle --source-map dist/angular-affix.min.js.map -p relative -o dist/angular-affix.min.js",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/paperhive/angular-affix.git"
},
"keywords": [
"angular",
"angularjs",
"affix"
],
"author": "André Gaul <andre@gaul.io>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/paperhive/angular-affix/issues"
},
"homepage": "https://github.com/paperhive/angular-affix",
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"uglify-js": "^2.4.24"
}
}