-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.32 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.32 KB
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
{
"name": "material-start",
"private": true,
"version": "0.0.3",
"description": "A ES6 Tutorial project for AngularJS Material Start",
"repository": "https://github.com/angular/material-start",
"license": "MIT",
"jspm": {
"directories": {
"baseURL": "app",
"lib": "app/src"
},
"dependencies": {
"angular": "github:angular/bower-angular@1.5.8",
"angular-animate": "github:angular/bower-angular-animate@1.5.8",
"angular-aria": "github:angular/bower-angular-aria@1.5.8",
"angular-material": "github:angular/bower-material@master",
"angular-messages": "github:angular/bower-angular-messages@1.5.8",
"css": "github:systemjs/plugin-css@^0.1.20",
"json": "github:systemjs/plugin-json@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92"
}
},
"devDependencies": {
"jspm": "^0.16.46",
"live-server": "^0.9.2",
"babel-core": "^5.8.24",
"babel-runtime": "^5.8.24"
},
"scripts": {
"postinstall": "jspm install",
"serve": "live-server ./app"
}
}