-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "app-decorators-core",
"version": "0.8.252",
"description": "Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SerkanSipahi/app-decorators.git"
},
"author": "Serkan Sipahi",
"license": "MIT",
"bugs": {
"url": "https://github.com/SerkanSipahi/app-decorators/issues"
},
"homepage": "https://github.com/SerkanSipahi/app-decorators#readme",
"scripts": {
"test": "echo 'no tests required'"
},
"keywords": [
"es6",
"es7",
"es2015",
"es2016",
"babel",
"decorators",
"component",
"model",
"view",
"controller",
"eventlistener",
"router",
"convention",
"webapp",
"mixin"
],
"devDependencies": {
"@types/mocha": "^5.2.1",
"@types/sinon": "^5.0.1",
"@types/systemjs": "^0.20.6",
"@webcomponents/shadycss": "1.2.1",
"@webcomponents/shadydom": "1.0.14",
"babel-cli": "6.26.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-polyfill": "6.26.0",
"babel-preset-app-decorators": "0.8.252",
"babel-preset-es2015": "6.24.1",
"core-js": "2.5.7",
"dom4": "2.0.1",
"express": "4.16.3",
"extend": "3.0.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-changed": "3.2.0",
"gulp-concat": "2.6.1",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"handlebars": "4.0.11",
"jspm": "0.17.0-beta.45",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jspm": "2.2.3",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-opera-launcher": "1.0.0",
"karma-safari-launcher": "1.0.0",
"karma-should": "1.0.0",
"karma-sinon": "1.0.5",
"lerna": "3.0.0-beta.20",
"lighthouse": "2.9.4",
"mocha": "5.2.0",
"named-js-regexp": "1.3.3",
"should": "13.2.1",
"sinon": "5.1.1",
"underscore": "1.9.1",
"webcomponents.js": "0.7.24"
}
}