-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.65 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
{
"vendor": "CoNWeT",
"name": "mock-applicationmashup",
"version": "1.0.0g",
"description": "A mock helper for MashupPlatform",
"repository": {
"type": "git",
"url": "https://github.com/Wirecloud/mock-applicationmashup"
},
"keywords": [
"MashupPlatform",
"mock",
"wirecloud"
],
"author": "CoNWeT Lab., Universidad Politecnica de Madrid",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Wirecloud/mock-applicationmashup/issues"
},
"homepage": "https://github.com/Wirecloud/mock-applicationmashup",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.2",
"babel-eslint": "^8.0.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-coveralls": "^1.0.1",
"grunt-karma": "^0.12.1",
"gruntify-eslint": "^4.0.0",
"istanbul": "gotwarlost/istanbul.git#source-map",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.10",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-fixture": "^0.2.5",
"karma-jasmine": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-junit-reporter": "^0.3.7",
"karma-nested-reporter": "~0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^2.0.9",
"webpack": "^3.10.0"
}
}