-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"jspm": {
"dependencies": {
"6to5": "npm:6to5@^3.5.3",
"bootstrap": "jspm:bootstrap@^3.3.1",
"react": "jspm:react@^0.12.2",
"react-bootstrap": "npm:react-bootstrap@^0.13.3",
"react-router": "jspm:react-router@^0.11.6",
"riot": "npm:riot@^2.0.7",
"riotcontrol": "npm:riotcontrol@^0.0.1",
"riotjs": "npm:riotjs@^1.0.4"
}
},
"devDependencies": {
"browser-sync": "^1.9.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cached": "^1.0.1",
"gulp-csso": "^0.2.9",
"gulp-inject": "^1.1.1",
"gulp-load-plugins": "^0.8.0",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.4",
"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",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2"
}
}