forked from MehulATL/ng-Fx
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.24 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": "ng-Fx",
"version": "0.0.0",
"description": "ng-Fx",
"main": "Gulpfile.js",
"dependencies": {
"gulp": "^3.6.2",
"gulp-concat": "~2.2.0",
"gulp-ngmin": "~0.2.0",
"gulp-notify": "~1.2.5",
"gulp-uglify": "~0.2.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp-jshint": "^1.5.3",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-coveralls": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.2.0",
"karma-mocha": "^0.1.3",
"karma-nyan-reporter": "0.0.43",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^1.18.2"
},
"scripts": {
"test": "gulp lint;./node_modules/karma/bin/karma start karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/Hendrixer/ng-Fx.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hendrixer/ng-Fx/issues"
},
"homepage": "https://github.com/Hendrixer/ng-Fx"
}