forked from radify/karma-es6-shim-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 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": "karma-es6-shim-example",
"version": "0.1.0",
"description": "Example repository to demonstrate the usage of https://github.com/radify/karma-es6-shim",
"main": "index.js",
"dependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.4",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-karma": "0.0.4",
"karma": "^0.13.9",
"karma-es6-shim": "^0.1.3",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.20"
},
"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"
}