-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 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": "material-start",
"main": "server.js",
"private": true,
"version": "0.0.3",
"description": "A ES5 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/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
"angular-material": "github:angular/bower-material@master",
"angular-messages": "github:angular/[email protected]",
"angular-ui-router": "npm:[email protected]",
"css": "github:systemjs/plugin-css@^0.1.20",
"json": "github:systemjs/plugin-json@^0.1.0",
"medium-editor": "npm:[email protected]",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"-a": "npm:babel-core@^5.8.24",
"-a-runtime": "npm:babel-runtime@^5.8.24",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"devDependencies": {
"gulp-csslint": "^1.0.0",
"gulp-html5-lint": "^1.1.0",
"gulp-jshint": "^2.0.2",
"jshint": "^2.9.4",
"jspm": "^0.16.46",
"live-server": "^0.9.2"
},
"scripts": {
"postinstall": "jspm install",
"serve": "live-server ./app"
},
"dependencies": {
"angular-ui-router": "^0.3.2",
"body-parser": "^1.15.2",
"express": "^4.13.4",
"gulp": "^3.9.1",
"medium-editor": "^5.22.1",
"method-override": "^2.1.3",
"morgan": "^1.1.1"
}
}