-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "aurelia-modal",
"version": "0.0.3",
"description": "An Aurelia implementation of Bootstrap modal",
"keywords": [
"aurelia",
"plugin",
"modal",
"bootstrap"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/pwkad/aurelia-bs-modal/issues"
},
"license": "MIT",
"author": "Patrick Walters <[email protected]> (http://patrickwalters.net/)",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/pwkad/aurelia-bs-modal"
},
"jspm": {
"main": "index",
"format": "register",
"directories": {
"lib": "dist/system"
},
"dependencies": {
"babel": "npm:babel-core@^5.2.16",
"bootstrap": "github:twbs/bootstrap@^3.3.5"
},
"devDependencies": {
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"devDependencies": {
"aurelia-tools": "^0.1.14",
"conventional-changelog": "^0.5.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bump": "^1.0.0",
"gulp-jshint": "^1.11.2",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"vinyl-paths": "^2.0.0",
"yargs": "^3.26.0"
}
}