forked from guardian/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.35 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel": "5.8.21",
"btoa": "1.1.2",
"check-dependencies": "^0.11.0",
"eslint": "^1.9.0",
"eslint-plugin-jasmine": "^1.5.0",
"eslint-plugin-react": "^3.5.0",
"esprima": "1.2.2",
"glob": "4.0.6",
"grunt": "0.4.5",
"grunt-asset-hash": "0.1.6",
"grunt-asset-monitor": "0.2.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-bytesize": "0.1.1",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.6.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.9.1",
"grunt-css-metrics": "0.1.2",
"grunt-eslint": "^17.2.0",
"grunt-frequency-graph": "^0.1.6",
"grunt-hologram": "0.0.4",
"grunt-jscs": "2.2.0",
"grunt-karma": "0.10.1",
"grunt-mkdir": "0.1.2",
"grunt-pagespeed": "0.3.0",
"grunt-px-to-rem": "0.4.0",
"grunt-sass": "1.0.0",
"grunt-scss-lint": "0.3.3",
"grunt-shell": "1.1.1",
"grunt-svgmin": "^2.0.0",
"grunt-text-replace": "0.3.12",
"grunt-webfontjson": "0.0.4",
"handlebars": "2.0.0",
"jasmine-core": "^2.3.2",
"jit-grunt": "0.9.1",
"jsonfile": "2.0.0",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.10",
"karma-coffee-preprocessor": "0.2.1",
"karma-coverage": "0.3.1",
"karma-firefox-launcher": "0.1.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-phantomjs-shim": "^1.0.0",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "0.1.0",
"karma-spec-reporter": "0.0.19",
"load-grunt-config": "0.17.1",
"lodash": "^3.10.1",
"megalog": "^0.1.0",
"mkdirp": "0.5.0",
"moment": "2.8.3",
"phantom": "0.6.5",
"phantomjs": "1.9.18",
"q": "1.0.1",
"shoe": "0.0.11",
"sorted-object": "^1.0.0",
"svgo": "0.4.5",
"time-grunt": "1.2.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.0.0",
"browser-sync": "^2.8.2",
"gulp": "^3.9.0",
"gulp-load-tasks": "^0.8.3",
"gulp-postcss": "^5.1.6",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"postcss-pxtorem": "^2.3.0",
"require-dir": "^0.3.0"
},
"scripts": {
"postinstall": "grunt hookmeup"
}
}