-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "karma-es6-shim-example",
"version": "1.0.3",
"description": "Example repository to demonstrate the usage of https://github.com/radify/karma-es6-shim",
"main": "index.js",
"dependencies": {
"angular": "^1.4.9",
"angular-mocks": "^1.4.9",
"gulp": "^3.9.1",
"gulp-babel": "^5.3.0",
"gulp-karma": "0.0.5",
"jasmine-core": "^2.3.4",
"karma": "^0.13.22",
"karma-es6-shim": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.0",
"phantomjs-prebuilt": "~2.1.7",
"karma-requirejs": "~1.0.0",
"requirejs": "^2.1.11"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radify/karma-es6-shim-example.git"
},
"keywords": [
"es6",
"karma",
"shim",
"node"
],
"author": "Gavin Davies <gavin@radify.io> (http://radify.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/radify/karma-es6-shim-example/issues"
},
"homepage": "https://github.com/radify/karma-es6-shim-example#readme",
"devDependencies": {
"karma-requirejs": "^0.2.6"
}
}