-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
38 lines (38 loc) · 999 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
34
35
36
37
38
{
"name": "ngLoading",
"version": "1.0.0",
"description": "",
"main": "karma.conf.js",
"dependencies": {},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.7.1",
"gulp-notify": "^2.0.1",
"gulp-shell": "^0.2.10",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"mocha": "^1.21.4"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/maseh87/ng-loading.git"
},
"author": "Mason Hargrove <[email protected]> (http://masonhargrove.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/maseh87/ng-loading/issues"
},
"homepage": "https://github.com/maseh87/ng-loading"
}