This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
46
47
48
49
50
51
52
53
54
55
{
"name": "absync",
"version": "4.0.1",
"description": "absync",
"main": "dist/development/absync.concat.js",
"scripts": {
"pretest": "./node_modules/.bin/bower install",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"test-all": "./node_modules/.bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/oliversalzburg/absync.git"
},
"author": "Oliver Salzburg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliversalzburg/absync/issues"
},
"homepage": "https://github.com/oliversalzburg/absync",
"devDependencies": {
"bower": "1.7.9",
"chai": "~3.5.0",
"del": "~2.2.0",
"eslint": "3.18.0",
"gulp": "~3.9.1",
"gulp-cached": "~1.1.0",
"gulp-concat": "~2.6.0",
"gulp-jscs": "~3.0.2",
"gulp-jshint": "~2.0.1",
"gulp-jsvalidate": "~2.1.0",
"gulp-ng-annotate": "~2.0.0",
"gulp-order": "~1.1.1",
"gulp-remember": "~0.3.1",
"gulp-rename": "~1.2.2",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.3",
"gulp-wrapper": "~1.0.0",
"jshint": "~2.9.2",
"jshint-stylish": "~2.2.0",
"karma": "~0.13.22",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "~1.0.0",
"karma-coveralls": "~1.1.2",
"karma-firefox-launcher": "~1.0.0",
"karma-ie-launcher": "~1.0.0",
"karma-mocha": "~1.0.1",
"karma-phantomjs-launcher": "~1.0.0",
"mocha": "~2.5.3",
"phantomjs-prebuilt": "~2.1.7",
"slug": "~0.9.1",
"vinyl-paths": "~2.1.0"
}
}