-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"jspm": {
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.1",
"jsx": "github:floatdrop/plugin-jsx@^1.1.0",
"react": "npm:react@^0.13.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"babel": "^5.8.23",
"browser-sync": "^1.9.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^0.2.9",
"gulp-html-replace": "^1.5.4",
"gulp-inject": "^1.1.1",
"gulp-jspm": "^0.3.1",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"gulp-watch": "^3.0.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jspm": "^1.1.2",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "^2.1.0",
"require-dir": "^0.3.0",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2"
}
}