-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.27 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.27 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
{
"name": "infinite",
"version": "1.0.0",
"description": "[](http://twitter.com/_srph) [](http://opensource.org/licenses/MIT)",
"main": "karma.conf.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
"build": "ng-annotate ./src/directive.js -a -o ./dist/angular-srph-infinite-scroll.js --single_quotes",
"uglify": "uglifyjs ./dist/angular-srph-infinite-scroll.js -m -c -o ./dist/angular-srph-infinite-scroll.min.js",
"start": "npm run build && npm run uglify"
},
"repository": {
"type": "git",
"url": "https://github.com/srph/angular-infinite-scroll.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/srph/angular-infinite-scroll/issues"
},
"homepage": "https://github.com/srph/angular-infinite-scroll",
"devDependencies": {
"jasmine-core": "^2.2.0",
"jasmine-jquery": "^2.0.6",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.4",
"ng-annotate": "^0.15.4",
"uglify-js": "^2.4.16"
}
}