forked from guardian/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.73 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel": "5.8.21",
"btoa": "1.1.2",
"eslint-plugin-jasmine": "^1.5.0",
"eslint-plugin-react": "^3.5.0",
"esprima": "1.2.2",
"esprima-fb": "15001.1.0-dev-harmony-fb",
"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-contrib-watch": "0.6.1",
"grunt-csdevmode": "0.1.2",
"grunt-css-metrics": "0.1.2",
"grunt-eslint": "^17.2.0",
"grunt-frequency-graph": "^0.1.6",
"grunt-hologram": "0.0.4",
"grunt-jscs": "1.8.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",
"jspm": "0.16.10",
"jspm-bower-endpoint": "^0.3.2",
"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-jspm": "rich-nguyen/karma-jspm.git#1.1.6",
"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",
"svgo": "0.4.5",
"time-grunt": "1.2.0"
},
"scripts": {
"postinstall": "grunt hookmeup"
},
"jspm": {
"directories": {
"baseURL": "static/src",
"lib": "static/src"
},
"configFile": "static/src/systemjs-config.js",
"dependencies": {
"EventEmitter": "github:Olical/EventEmitter@~4.2.6",
"bean": "npm:bean@^1.0.15",
"bonzo": "npm:bonzo@^1.4.0",
"classnames": "npm:classnames@^1.2.0",
"domready": "npm:domready@^1.0.8",
"enhancer": "github:guardian/[email protected]",
"fastdom": "github:wilsonpage/fastdom@^0.8.6",
"fence": "github:guardian/fence@~0.2.11",
"jasmine-sinon": "bower:[email protected]",
"lodash": "npm:lodash@~2.4.1",
"qwery": "npm:qwery@^3.4.2",
"raven": "github:getsentry/raven-js@~1.1.16",
"react": "npm:react@^0.13.2",
"reqwest": "github:ded/[email protected]",
"sinonjs": "bower:[email protected]",
"socketio": "github:socketio/[email protected]",
"system-script": "github:rich-nguyen/[email protected]",
"text": "github:systemjs/plugin-text@^0.0.2",
"videojs": "github:videojs/[email protected]",
"videojsads": "github:guardian/[email protected]",
"videojsembed": "github:guardian/[email protected]",
"videojsima": "github:guardian/[email protected]",
"videojspersistvolume": "github:guardian/[email protected]",
"videojsplaylist": "github:guardian/[email protected]",
"when": "github:cujojs/when@^3.7.3",
"zxcvbn": "github:dropbox/[email protected]"
},
"devDependencies": {
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]"
}
}
}