-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.04 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "githop-jspm",
"version": "1.0.0",
"description": "first try with JSPM and angular, es6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/githop/githop.com.git"
},
"keywords": [
"AngularJS",
"JSPM",
"ES2015"
],
"author": "Tom Hopkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/githop/githop.com/issues"
},
"homepage": "https://github.com/githop/githop.com#readme",
"devDependencies": {
"browser-sync": "^2.8.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-html-replace": "^1.5.1",
"gulp-jspm": "^0.5.13",
"gulp-manifest": "0.0.7",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"jspm": "^0.16.45"
},
"jspm": {
"configFile": "jspm.config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.8",
"angular-animate": "github:angular/bower-angular-animate@^1.5.8",
"angular-material": "github:angular/bower-material@^1.1.0",
"angular-sanitize": "github:angular/bower-angular-sanitize@^1.5.8",
"angular-scroll": "github:oblador/angular-scroll@^0.7.1",
"angular-touch": "github:angular/bower-angular-touch@^1.5.8",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
"clean-css": "npm:clean-css@^3.3.7",
"css": "github:systemjs/plugin-css@^0.1.13",
"d3": "github:d3/d3@^3.5.6",
"jquery": "github:components/jquery@^2.1.4",
"lodash": "npm:lodash@^3.10.0",
"material-design-icons": "npm:material-design-icons@^2.0.0",
"ng-donut": "github:wildhoney/ngdonut@^0.1.5",
"orbitbot/ng-appcache": "github:orbitbot/ng-appcache@^2.0.0",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}