forked from duguncom/dugun-forms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "dugun-forms",
"description": "Log to server.",
"authors": [
"Ege Sertçetin"
],
"repository": {
"type": "git",
"url": "https://github.com/duguncom/dugun-forms.git"
},
"homepage": "https://github.com/duguncom/dugun-forms",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.3.3",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^1.3.0",
"gulp-ng-html2js": "^0.2.2"
},
"devDependencies": {
"gulp-clean": "^0.3.2",
"gulp-karma": "0.0.5",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-junit-reporter": "^0.3.8",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-wiredep": "^1.0.2",
"phantomjs-prebuilt": "^2.1.4"
}
}