-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 849 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
{
"name": "aurelia-jspm-demo",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Francis Paulin",
"license": "ISC",
"devDependencies": {
"jspm": "^0.16.13"
},
"jspm": {
"directories": {
"baseURL": "src"
},
"dependencies": {
"aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.18.0",
"aurelia-framework": "github:aurelia/framework@^0.17.0",
"aurelia-http-client": "github:aurelia/http-client@^0.12.0",
"aurelia-validation": "github:aurelia/validation@^0.4.0",
"bootstrap": "github:twbs/bootstrap@^3.3.5"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}