-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
92 lines (92 loc) · 2.3 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
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "aurelia-compiler",
"version": "0.0.5",
"registry": "jspm",
"repository": {
"type": "git",
"url": "git@github.com:gooy/aurelia-compiler.git"
},
"keywords": [
"aurelia",
"modal",
"dialog"
],
"author": {
"name": "Aaike Van Roekeghem",
"email": "aaikevr@gmail.com"
},
"license": "MIT",
"directories": {
"lib": "src",
"build": "dist"
},
"scripts": {
"test": "npm run jshint",
"jshint": "jshint src task test gulpfile.js"
},
"dependencies": {
"npm-check-updates": "^1.5.1"
},
"devDependencies": {
"aurelia-tools": "^0.1.7",
"browser-sync": "^2.7.13",
"compression": "^1.5.1",
"conventional-changelog": "0.0.17",
"core-js": "^0.9.18",
"del": "^1.2.0",
"express": "^4.13.1",
"express-directory": "0.0.2",
"filesize": "^3.1.2",
"graceful-fs": "^4.1.2",
"gulp-git": "^1.2.4",
"ncp": "^2.0.0",
"npm-check-updates": "^1.5.1",
"object.assign": "^3.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.1",
"gulp-changed": "^1.2.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-plumber": "^1.0.1",
"gulp-yuidoc": "^0.1.2",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gzip-size": "^2.0.3",
"jasmine-core": "^2.3.4",
"jspm": "^0.15.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-babel-preprocessor": "^5.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jspm": "^1.1.5",
"mkdirp": "^0.5.1",
"requiredir": "^1.0.7",
"run-sequence": "^1.1.1",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.1",
"serve-static": "^1.10.0",
"shell-task": "^1.0.0",
"vinyl-paths": "^1.0.0"
},
"jspm": {
"directories": {
"lib": "dist/system"
},
"dependencies": {
"aurelia-loader": "github:aurelia/loader@^0.8.7",
"aurelia-loader-default": "github:aurelia/loader-default@^0.9.5",
"aurelia-templating": "github:aurelia/templating@^0.14.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}